Html Css Color HEX #B19D72 Tallow

📋 copy color: '#B19D72'

red 177 ◦ green 157 ◦ blue 114

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

Shades of Tallow #B19D72

Tints of Tallow #B19D72

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.04%

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 39.51%
G = 35.04%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B19D72 (or 0xB19D72) is known color: Tallow. HEX triplet: B1, 9D and 72. RGB value is (177,157,114). Sum of RGB (Red+Green+Blue) = 177+157+114=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D72 is #4E628D. Grayscale: #9E9E9E. Windows color (decimal): -5137038 or 7511473. OLE color: 7511473.

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

Color convert

RGB 177 157 114 -
CMYK 0 0.11 0.36 0.31
HSL 40.95º 0.29% 0.57% -
HSV(B) 40.95º 0.36% 0.69% -
XYZ 33.23 34.68 20.86 -
YUV 158.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 177 157 114 0 0.11 0.36 0.31 40.95 0.29 0.57
Hex B1 9D 72 0 B 24 1F 29 1D 39
Octal 261 235 162 0 13 44 37 51 35 71
Binary 10110001 10011101 1110010 0 1011 100100 11111 101001 11101 111001

Color Harmonies of #B19D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19D72

Black with #B19D72

Text Example


Text Example

White with #B19D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19D72; }

 p { color: rgb(177,157,114); }

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

background-color css

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

 a { background-color: rgb(177,157,114); }

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

border-color css

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

 span { border-color: rgb(177,157,114); }

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