Html Css Color HEX #BB9E71 Fallow

📋 copy color: '#BB9E71'

red 187 ◦ green 158 ◦ blue 113

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

Shades of Fallow #BB9E71

Tints of Fallow #BB9E71

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.5%

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

R = 40.83%
G = 34.5%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB9E71 (or 0xBB9E71) is known color: Fallow. HEX triplet: BB, 9E and 71. RGB value is (187,158,113). Sum of RGB (Red+Green+Blue) = 187+158+113=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E71 is #44618E. Grayscale: #A1A1A1. Windows color (decimal): -4481423 or 7446203. OLE color: 7446203.

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

Color convert

RGB 187 158 113 -
CMYK 0 0.16 0.40 0.27
HSL 36.49º 0.35% 0.59% -
HSV(B) 36.49º 0.4% 0.73% -
XYZ 35.7 36.21 20.73 -
YUV 161.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 187 158 113 0 0.16 0.40 0.27 36.49 0.35 0.59
Hex BB 9E 71 0 10 28 1B 24 23 3B
Octal 273 236 161 0 20 50 33 44 43 73
Binary 10111011 10011110 1110001 0 10000 101000 11011 100100 100011 111011

Color Harmonies of #BB9E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E71

Black with #BB9E71

Text Example


Text Example

White with #BB9E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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