Html Css Color HEX #BBB272 Dark Khaki

📋 copy color: '#BBB272'

red 187 ◦ green 178 ◦ blue 114

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

Shades of Dark Khaki #BBB272

Tints of Dark Khaki #BBB272

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.16%

 BLUE value IS 114 (44.92% from 255) = 23.8%

R = 39.04%
G = 37.16%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BBB272 (or 0xBBB272) is known color: Dark Khaki. HEX triplet: BB, B2 and 72. RGB value is (187,178,114). Sum of RGB (Red+Green+Blue) = 187+178+114=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB272 is #444D8D. Grayscale: #ADADAD. Windows color (decimal): -4476302 or 7516859. OLE color: 7516859.

HSL color Cylindrical-coordinate representation of color #BBB272: hue angle of 52.6º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBB272 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 178 114 -
CMYK 0 0.05 0.39 0.27
HSL 52.6º 0.35% 0.59% -
HSV(B) 52.6º 0.39% 0.73% -
XYZ 39.45 43.62 22.26 -
YUV 173.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 187 178 114 0 0.05 0.39 0.27 52.6 0.35 0.59
Hex BB B2 72 0 5 27 1B 35 23 3B
Octal 273 262 162 0 5 47 33 65 43 73
Binary 10111011 10110010 1110010 0 101 100111 11011 110101 100011 111011

Color Harmonies of #BBB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB272

Black with #BBB272

Text Example


Text Example

White with #BBB272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB272; }

 p { color: rgb(187,178,114); }

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

background-color css

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

 a { background-color: rgb(187,178,114); }

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

border-color css

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

 span { border-color: rgb(187,178,114); }

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