#BBAF63

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

Shades of Gimblet #BBAF63

Tints of Gimblet #BBAF63

Color information

#BBAF63 (or 0xBBAF63) is unknown color: approx Gimblet. HEX triplet: BB, AF and 63. RGB value is (187,175,99). Sum of RGB (Red+Green+Blue) = 187+175+99=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF63 is #44509C. Grayscale: #AAAAAA. Windows color (decimal): -4477085 or 6533051. OLE color: 6533051.

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

Color convert

RGB18717599-
CMYK00.060.470.27
HSL51.82º39.29%56.08%-
HSV(B)51.82º47.06%73.33%-
XYZ38.0842.1317.93-
YUV169.9287.98140.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 99 (39.06% from 255) = 21.48%
R=40.56%
G=37.96%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871759900.060.470.2751.8239.2956.08
HexBBAF63062F1B342738
Octal273257143065733644770
Binary10111011101011111100011011010111111011110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF63; }

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

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

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

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

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

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

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

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