Html Css Color HEX #B19172 Sandrift

📋 copy color: '#B19172'

red 177 ◦ green 145 ◦ blue 114

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

Shades of Sandrift #B19172

Tints of Sandrift #B19172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.26%

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

R = 40.6%
G = 33.26%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B19172 (or 0xB19172) is known color: Sandrift. HEX triplet: B1, 91 and 72. RGB value is (177,145,114). Sum of RGB (Red+Green+Blue) = 177+145+114=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B19172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19172 is #4E6E8D. Grayscale: #979797. Windows color (decimal): -5140110 or 7508401. OLE color: 7508401.

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

Color convert

RGB 177 145 114 -
CMYK 0 0.18 0.36 0.31
HSL 29.52º 0.29% 0.57% -
HSV(B) 29.52º 0.36% 0.69% -
XYZ 31.29 30.81 20.22 -
YUV 151.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 177 145 114 0 0.18 0.36 0.31 29.52 0.29 0.57
Hex B1 91 72 0 12 24 1F 1E 1D 39
Octal 261 221 162 0 22 44 37 36 35 71
Binary 10110001 10010001 1110010 0 10010 100100 11111 11110 11101 111001

Color Harmonies of #B19172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19172

Black with #B19172

Text Example


Text Example

White with #B19172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19172; }

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

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

background-color css

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

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

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

border-color css

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

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

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