Html Css Color HEX #BBBA71 Dark Khaki

📋 copy color: '#BBBA71'

red 187 ◦ green 186 ◦ blue 113

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

Shades of Dark Khaki #BBBA71

Tints of Dark Khaki #BBBA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.27%

 BLUE value IS 113 (44.53% from 255) = 23.25%

R = 38.48%
G = 38.27%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBBA71 (or 0xBBBA71) is known color: Dark Khaki. HEX triplet: BB, BA and 71. RGB value is (187,186,113). Sum of RGB (Red+Green+Blue) = 187+186+113=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA71 is #44458E. Grayscale: #B2B2B2. Windows color (decimal): -4474255 or 7453371. OLE color: 7453371.

HSL color Cylindrical-coordinate representation of color #BBBA71: hue angle of 59.19º degrees, saturation: 0.35, 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 #BBBA71 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 113 -
CMYK 0 0.01 0.40 0.27
HSL 59.19º 0.35% 0.59% -
HSV(B) 59.19º 0.4% 0.73% -
XYZ 41.03 46.87 22.51 -
YUV 177.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 187 186 113 0 0.01 0.40 0.27 59.19 0.35 0.59
Hex BB BA 71 0 1 28 1B 3B 23 3B
Octal 273 272 161 0 1 50 33 73 43 73
Binary 10111011 10111010 1110001 0 1 101000 11011 111011 100011 111011

Color Harmonies of #BBBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA71

Black with #BBBA71

Text Example


Text Example

White with #BBBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA71; }

 p { color: rgb(187,186,113); }

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

background-color css

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

 a { background-color: rgb(187,186,113); }

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

border-color css

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

 span { border-color: rgb(187,186,113); }

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