Html Css Color HEX #BBAD6F Dark Khaki

📋 copy color: '#BBAD6F'

red 187 ◦ green 173 ◦ blue 111

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

Shades of Dark Khaki #BBAD6F

Tints of Dark Khaki #BBAD6F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.73%

 BLUE value IS 111 (43.75% from 255) = 23.57%

R = 39.7%
G = 36.73%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BBAD6F (or 0xBBAD6F) is known color: Dark Khaki. HEX triplet: BB, AD and 6F. RGB value is (187,173,111). Sum of RGB (Red+Green+Blue) = 187+173+111=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD6F is #445290. Grayscale: #AAAAAA. Windows color (decimal): -4477585 or 7318971. OLE color: 7318971.

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

Color convert

RGB 187 173 111 -
CMYK 0 0.07 0.41 0.27
HSL 48.95º 0.36% 0.58% -
HSV(B) 48.95º 0.41% 0.73% -
XYZ 38.31 41.6 21.05 -
YUV 170.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 187 173 111 0 0.07 0.41 0.27 48.95 0.36 0.58
Hex BB AD 6F 0 7 29 1B 31 24 3A
Octal 273 255 157 0 7 51 33 61 44 72
Binary 10111011 10101101 1101111 0 111 101001 11011 110001 100100 111010

Color Harmonies of #BBAD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD6F

Black with #BBAD6F

Text Example


Text Example

White with #BBAD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD6F; }

 p { color: rgb(187,173,111); }

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

background-color css

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

 a { background-color: rgb(187,173,111); }

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

border-color css

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

 span { border-color: rgb(187,173,111); }

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