#BBB05F

Color #BBB05F Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #BBB05F

Tints of Gimblet #BBB05F

Color information

#BBB05F (or 0xBBB05F) is unknown color: approx Gimblet. HEX triplet: BB, B0 and 5F. RGB value is (187,176,95). Sum of RGB (Red+Green+Blue) = 187+176+95=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB05F is #444FA0. Grayscale: #AAAAAA. Windows color (decimal): -4476833 or 6271163. OLE color: 6271163.

HSL color Cylindrical-coordinate representation of color #BBB05F: hue angle of 52.83º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBB05F is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18717695-
CMYK00.060.490.27
HSL52.83º40.35%55.29%-
HSV(B)52.83º49.2%73.33%-
XYZ38.0842.4417.01-
YUV170.0685.64140.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 176 (69.14% from 255) = 38.43%
BLUE value IS 95 (37.5% from 255) = 20.74%
R=40.83%
G=38.43%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871769500.060.490.2752.8340.3555.29
HexBBB05F06311B352837
Octal273260137066133655067
Binary10111011101100001011111011011000111011110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB05F; }

 p { color: rgb(187,176,95); }

 H1.HeaderClassName
 {
   color: #BBB05F;
 }
 .AnyTagClassName
 {
   color: #BBB05F;
 }
</style>
background-color css

<style>
 a { background-color: #BBB05F; }

 a { background-color: rgb(187,176,95); }

 div.DivClassName
 {
   background-color: #BBB05F;
 }
 .BgClassName
 {
   background-color: #BBB05F;
 }
</style>
border-color css

<style>
 span { border-color: #BBB05F; }

 span { border-color: rgb(187,176,95); }

 td.TdClassName
 {
   border-color: #BBB05F;
 }
 .TagClassName
 {
   border-color: #BBB05F;
 }
</style>