Html Css Color HEX #BBB471 Dark Khaki

📋 copy color: '#BBB471'

red 187 ◦ green 180 ◦ blue 113

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

Shades of Dark Khaki #BBB471

Tints of Dark Khaki #BBB471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.5%

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

R = 38.96%
G = 37.5%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBB471 (or 0xBBB471) is known color: Dark Khaki. HEX triplet: BB, B4 and 71. RGB value is (187,180,113). Sum of RGB (Red+Green+Blue) = 187+180+113=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB471 is #444B8E. Grayscale: #AEAEAE. Windows color (decimal): -4475791 or 7451835. OLE color: 7451835.

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

Color convert

RGB 187 180 113 -
CMYK 0 0.04 0.40 0.27
HSL 54.32º 0.35% 0.59% -
HSV(B) 54.32º 0.4% 0.73% -
XYZ 39.8 44.4 22.1 -
YUV 174.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 187 180 113 0 0.04 0.40 0.27 54.32 0.35 0.59
Hex BB B4 71 0 4 28 1B 36 23 3B
Octal 273 264 161 0 4 50 33 66 43 73
Binary 10111011 10110100 1110001 0 100 101000 11011 110110 100011 111011

Color Harmonies of #BBB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB471

Black with #BBB471

Text Example


Text Example

White with #BBB471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB471; }

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

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

background-color css

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

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

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

border-color css

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

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

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