Html Css Color HEX #B99E71 Fallow

📋 copy color: '#B99E71'

red 185 ◦ green 158 ◦ blue 113

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

Shades of Fallow #B99E71

Tints of Fallow #B99E71

RGB

 RED value IS 185 (72.66% from 255) = 40.57%

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

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

R = 40.57%
G = 34.65%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B99E71 (or 0xB99E71) is known color: Fallow. HEX triplet: B9, 9E and 71. RGB value is (185,158,113). Sum of RGB (Red+Green+Blue) = 185+158+113=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E71 is #46618E. Grayscale: #A1A1A1. Windows color (decimal): -4612495 or 7446201. OLE color: 7446201.

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

Color convert

RGB 185 158 113 -
CMYK 0 0.15 0.39 0.27
HSL 37.5º 0.34% 0.58% -
HSV(B) 37.5º 0.39% 0.73% -
XYZ 35.22 35.96 20.71 -
YUV 160.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 185 158 113 0 0.15 0.39 0.27 37.5 0.34 0.58
Hex B9 9E 71 0 F 27 1B 26 22 3A
Octal 271 236 161 0 17 47 33 46 42 72
Binary 10111001 10011110 1110001 0 1111 100111 11011 100110 100010 111010

Color Harmonies of #B99E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E71

Black with #B99E71

Text Example


Text Example

White with #B99E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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