Html Css Color HEX #BBAF6C Dark Khaki

📋 copy color: '#BBAF6C'

red 187 ◦ green 175 ◦ blue 108

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

Shades of Dark Khaki #BBAF6C

Tints of Dark Khaki #BBAF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.98%

R = 39.79%
G = 37.23%
B = 22.98%

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

#BBAF6C (or 0xBBAF6C) is known color: Dark Khaki. HEX triplet: BB, AF and 6C. RGB value is (187,175,108). Sum of RGB (Red+Green+Blue) = 187+175+108=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF6C is #445093. Grayscale: #ABABAB. Windows color (decimal): -4477076 or 7122875. OLE color: 7122875.

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

Color convert

RGB 187 175 108 -
CMYK 0 0.06 0.42 0.27
HSL 50.89º 0.37% 0.58% -
HSV(B) 50.89º 0.42% 0.73% -
XYZ 38.53 42.31 20.32 -
YUV 170.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 187 175 108 0 0.06 0.42 0.27 50.89 0.37 0.58
Hex BB AF 6C 0 6 2A 1B 33 25 3A
Octal 273 257 154 0 6 52 33 63 45 72
Binary 10111011 10101111 1101100 0 110 101010 11011 110011 100101 111010

Color Harmonies of #BBAF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF6C

Black with #BBAF6C

Text Example


Text Example

White with #BBAF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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