Html Css Color HEX #B99E70 Fallow

📋 copy color: '#B99E70'

red 185 ◦ green 158 ◦ blue 112

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

Shades of Fallow #B99E70

Tints of Fallow #B99E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 40.66%
G = 34.73%
B = 24.62%

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

#B99E70 (or 0xB99E70) is known color: Fallow. HEX triplet: B9, 9E and 70. RGB value is (185,158,112). Sum of RGB (Red+Green+Blue) = 185+158+112=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E70 is #46618F. Grayscale: #A1A1A1. Windows color (decimal): -4612496 or 7380665. OLE color: 7380665.

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

Color convert

RGB 185 158 112 -
CMYK 0 0.15 0.39 0.27
HSL 37.81º 0.34% 0.58% -
HSV(B) 37.81º 0.39% 0.73% -
XYZ 35.16 35.94 20.41 -
YUV 160.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 185 158 112 0 0.15 0.39 0.27 37.81 0.34 0.58
Hex B9 9E 70 0 F 27 1B 26 22 3A
Octal 271 236 160 0 17 47 33 46 42 72
Binary 10111001 10011110 1110000 0 1111 100111 11011 100110 100010 111010

Color Harmonies of #B99E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E70

Black with #B99E70

Text Example


Text Example

White with #B99E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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