Html Css Color HEX #B19770 Fallow

📋 copy color: '#B19770'

red 177 ◦ green 151 ◦ blue 112

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

Shades of Fallow #B19770

Tints of Fallow #B19770

RGB

 RED value IS 177 (69.53% from 255) = 40.23%

 GREEN value IS 151 (59.38% from 255) = 34.32%

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

R = 40.23%
G = 34.32%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B19770 (or 0xB19770) is known color: Fallow. HEX triplet: B1, 97 and 70. RGB value is (177,151,112). Sum of RGB (Red+Green+Blue) = 177+151+112=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B19770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19770 is #4E688F. Grayscale: #9A9A9A. Windows color (decimal): -5138576 or 7378865. OLE color: 7378865.

HSL color Cylindrical-coordinate representation of color #B19770: hue angle of 36º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B19770 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 151 112 -
CMYK 0 0.15 0.37 0.31
HSL 36º 0.29% 0.57% -
HSV(B) 36º 0.37% 0.69% -
XYZ 32.12 32.65 19.94 -
YUV 154.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 177 151 112 0 0.15 0.37 0.31 36 0.29 0.57
Hex B1 97 70 0 F 25 1F 24 1D 39
Octal 261 227 160 0 17 45 37 44 35 71
Binary 10110001 10010111 1110000 0 1111 100101 11111 100100 11101 111001

Color Harmonies of #B19770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19770

Black with #B19770

Text Example


Text Example

White with #B19770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19770; }

 p { color: rgb(177,151,112); }

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

background-color css

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

 a { background-color: rgb(177,151,112); }

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

border-color css

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

 span { border-color: rgb(177,151,112); }

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