Html Css Color HEX #BBB271 Dark Khaki

📋 copy color: '#BBB271'

red 187 ◦ green 178 ◦ blue 113

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

Shades of Dark Khaki #BBB271

Tints of Dark Khaki #BBB271

RGB

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

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

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

R = 39.12%
G = 37.24%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBB271 (or 0xBBB271) is known color: Dark Khaki. HEX triplet: BB, B2 and 71. RGB value is (187,178,113). Sum of RGB (Red+Green+Blue) = 187+178+113=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB271 is #444D8E. Grayscale: #ADADAD. Windows color (decimal): -4476303 or 7451323. OLE color: 7451323.

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

Color convert

RGB 187 178 113 -
CMYK 0 0.05 0.40 0.27
HSL 52.7º 0.35% 0.59% -
HSV(B) 52.7º 0.4% 0.73% -
XYZ 39.39 43.6 21.96 -
YUV 173.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 187 178 113 0 0.05 0.40 0.27 52.7 0.35 0.59
Hex BB B2 71 0 5 28 1B 35 23 3B
Octal 273 262 161 0 5 50 33 65 43 73
Binary 10111011 10110010 1110001 0 101 101000 11011 110101 100011 111011

Color Harmonies of #BBB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB271

Black with #BBB271

Text Example


Text Example

White with #BBB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB271; }

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

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

background-color css

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

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

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

border-color css

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

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

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