Html Css Color HEX #BBB771 Dark Khaki

📋 copy color: '#BBB771'

red 187 ◦ green 183 ◦ blue 113

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

Shades of Dark Khaki #BBB771

Tints of Dark Khaki #BBB771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.89%

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

R = 38.72%
G = 37.89%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBB771 (or 0xBBB771) is known color: Dark Khaki. HEX triplet: BB, B7 and 71. RGB value is (187,183,113). Sum of RGB (Red+Green+Blue) = 187+183+113=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB771 is #44488E. Grayscale: #B0B0B0. Windows color (decimal): -4475023 or 7452603. OLE color: 7452603.

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

Color convert

RGB 187 183 113 -
CMYK 0 0.02 0.40 0.27
HSL 56.76º 0.35% 0.59% -
HSV(B) 56.76º 0.4% 0.73% -
XYZ 40.41 45.62 22.3 -
YUV 176.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 187 183 113 0 0.02 0.40 0.27 56.76 0.35 0.59
Hex BB B7 71 0 2 28 1B 39 23 3B
Octal 273 267 161 0 2 50 33 71 43 73
Binary 10111011 10110111 1110001 0 10 101000 11011 111001 100011 111011

Color Harmonies of #BBB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB771

Black with #BBB771

Text Example


Text Example

White with #BBB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB771; }

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

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

background-color css

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

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

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

border-color css

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

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

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