#BBAF60

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

Shades of Gimblet #BBAF60

Tints of Gimblet #BBAF60

Color information

#BBAF60 (or 0xBBAF60) is unknown color: approx Gimblet. HEX triplet: BB, AF and 60. RGB value is (187,175,96). Sum of RGB (Red+Green+Blue) = 187+175+96=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF60 is #44509F. Grayscale: #A9A9A9. Windows color (decimal): -4477088 or 6336443. OLE color: 6336443.

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

Color convert

RGB18717596-
CMYK00.060.490.27
HSL52.09º40.09%55.49%-
HSV(B)52.09º48.66%73.33%-
XYZ37.9342.0717.19-
YUV169.5886.48140.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 96 (37.89% from 255) = 20.96%
R=40.83%
G=38.21%
B=20.96%

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
Decimal1871759600.060.490.2752.0940.0955.49
HexBBAF6006311B342837
Octal273257140066133645067
Binary10111011101011111100000011011000111011110100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF60; }

 p { color: rgb(187,175,96); }

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

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

 a { background-color: rgb(187,175,96); }

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

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

 span { border-color: rgb(187,175,96); }

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