Html Css Color HEX #BBAF6D Dark Khaki

📋 copy color: '#BBAF6D'

red 187 ◦ green 175 ◦ blue 109

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

Shades of Dark Khaki #BBAF6D

Tints of Dark Khaki #BBAF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.14%

R = 39.7%
G = 37.15%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BBAF6D (or 0xBBAF6D) is known color: Dark Khaki. HEX triplet: BB, AF and 6D. RGB value is (187,175,109). Sum of RGB (Red+Green+Blue) = 187+175+109=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF6D is #445092. Grayscale: #ABABAB. Windows color (decimal): -4477075 or 7188411. OLE color: 7188411.

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

Color convert

RGB 187 175 109 -
CMYK 0 0.06 0.42 0.27
HSL 50.77º 0.36% 0.58% -
HSV(B) 50.77º 0.42% 0.73% -
XYZ 38.58 42.33 20.6 -
YUV 171.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 187 175 109 0 0.06 0.42 0.27 50.77 0.36 0.58
Hex BB AF 6D 0 6 2A 1B 33 24 3A
Octal 273 257 155 0 6 52 33 63 44 72
Binary 10111011 10101111 1101101 0 110 101010 11011 110011 100100 111010

Color Harmonies of #BBAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF6D

Black with #BBAF6D

Text Example


Text Example

White with #BBAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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