Html Css Color HEX #BBAF70 Dark Khaki

📋 copy color: '#BBAF70'

red 187 ◦ green 175 ◦ blue 112

#BBAF70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BBAF70

Tints of Dark Khaki #BBAF70

RGB

 RED value IS 187 (73.44% from 255) = 39.45%

 GREEN value IS 175 (68.75% from 255) = 36.92%

 BLUE value IS 112 (44.14% from 255) = 23.63%

R = 39.45%
G = 36.92%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBAF70 (or 0xBBAF70) is known color: Dark Khaki. HEX triplet: BB, AF and 70. RGB value is (187,175,112). Sum of RGB (Red+Green+Blue) = 187+175+112=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF70 is #44508F. Grayscale: #ABABAB. Windows color (decimal): -4477072 or 7385019. OLE color: 7385019.

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

Color convert

RGB 187 175 112 -
CMYK 0 0.06 0.40 0.27
HSL 50.4º 0.36% 0.59% -
HSV(B) 50.4º 0.4% 0.73% -
XYZ 38.75 42.39 21.47 -
YUV 171.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 187 175 112 0 0.06 0.40 0.27 50.4 0.36 0.59
Hex BB AF 70 0 6 28 1B 32 24 3B
Octal 273 257 160 0 6 50 33 62 44 73
Binary 10111011 10101111 1110000 0 110 101000 11011 110010 100100 111011

Color Harmonies of #BBAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF70

Black with #BBAF70

Text Example


Text Example

White with #BBAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF70; }

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

 H1.HeaderClassName
 {
   color: #BBAF70;
 }
 .AnyTagClassName
 {
   color: #BBAF70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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