#BBAF6A

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

Shades of Gimblet #BBAF6A

Tints of Gimblet #BBAF6A

Color information

#BBAF6A (or 0xBBAF6A) is unknown color: approx Gimblet. HEX triplet: BB, AF and 6A. RGB value is (187,175,106). Sum of RGB (Red+Green+Blue) = 187+175+106=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF6A is #445095. Grayscale: #ABABAB. Windows color (decimal): -4477078 or 6991803. OLE color: 6991803.

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

Color convert

RGB187175106-
CMYK00.060.430.27
HSL51.11º37.33%57.45%-
HSV(B)51.11º43.32%73.33%-
XYZ38.4342.2719.77-
YUV170.7291.48139.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 106 (41.80% from 255) = 22.65%
R=39.96%
G=37.39%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717510600.060.430.2751.1137.3357.45
HexBBAF6A062B1B332539
Octal273257152065333634571
Binary10111011101011111101010011010101111011110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF6A; }

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

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

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

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

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

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

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

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