Html Css Color HEX #B19572 Sandrift

📋 copy color: '#B19572'

red 177 ◦ green 149 ◦ blue 114

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

Shades of Sandrift #B19572

Tints of Sandrift #B19572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.86%

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

R = 40.23%
G = 33.86%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B19572 (or 0xB19572) is known color: Sandrift. HEX triplet: B1, 95 and 72. RGB value is (177,149,114). Sum of RGB (Red+Green+Blue) = 177+149+114=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B19572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19572 is #4E6A8D. Grayscale: #999999. Windows color (decimal): -5139086 or 7509425. OLE color: 7509425.

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

Color convert

RGB 177 149 114 -
CMYK 0 0.16 0.36 0.31
HSL 33.33º 0.29% 0.57% -
HSV(B) 33.33º 0.36% 0.69% -
XYZ 31.92 32.06 20.43 -
YUV 153.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 177 149 114 0 0.16 0.36 0.31 33.33 0.29 0.57
Hex B1 95 72 0 10 24 1F 21 1D 39
Octal 261 225 162 0 20 44 37 41 35 71
Binary 10110001 10010101 1110010 0 10000 100100 11111 100001 11101 111001

Color Harmonies of #B19572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19572

Black with #B19572

Text Example


Text Example

White with #B19572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19572; }

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

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

background-color css

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

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

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

border-color css

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

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

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