#BBB35F

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

Shades of Gimblet #BBB35F

Tints of Gimblet #BBB35F

Color information

#BBB35F (or 0xBBB35F) is unknown color: approx Gimblet. HEX triplet: BB, B3 and 5F. RGB value is (187,179,95). Sum of RGB (Red+Green+Blue) = 187+179+95=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB35F is #444CA0. Grayscale: #ACACAC. Windows color (decimal): -4476065 or 6271931. OLE color: 6271931.

HSL color Cylindrical-coordinate representation of color #BBB35F: hue angle of 54.78º 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 #BBB35F is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18717995-
CMYK00.040.490.27
HSL54.78º40.35%55.29%-
HSV(B)54.78º49.2%73.33%-
XYZ38.6843.6317.21-
YUV171.8284.65138.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 179 (70.31% from 255) = 38.83%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=40.56%
G=38.83%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871799500.040.490.2754.7840.3555.29
HexBBB35F04311B372837
Octal273263137046133675067
Binary10111011101100111011111010011000111011110111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB35F; }

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

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

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

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

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

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

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

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