Html Css Color HEX #B29172 Sandrift

📋 copy color: '#B29172'

red 178 ◦ green 145 ◦ blue 114

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

Shades of Sandrift #B29172

Tints of Sandrift #B29172

RGB

 RED value IS 178 (69.92% from 255) = 40.73%

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

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

R = 40.73%
G = 33.18%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B29172 (or 0xB29172) is known color: Sandrift. HEX triplet: B2, 91 and 72. RGB value is (178,145,114). Sum of RGB (Red+Green+Blue) = 178+145+114=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B29172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29172 is #4D6E8D. Grayscale: #979797. Windows color (decimal): -5074574 or 7508402. OLE color: 7508402.

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

Color convert

RGB 178 145 114 -
CMYK 0 0.19 0.36 0.30
HSL 29.06º 0.29% 0.57% -
HSV(B) 29.06º 0.36% 0.7% -
XYZ 31.52 30.93 20.23 -
YUV 151.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 178 145 114 0 0.19 0.36 0.30 29.06 0.29 0.57
Hex B2 91 72 0 13 24 1E 1D 1D 39
Octal 262 221 162 0 23 44 36 35 35 71
Binary 10110010 10010001 1110010 0 10011 100100 11110 11101 11101 111001

Color Harmonies of #B29172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29172

Black with #B29172

Text Example


Text Example

White with #B29172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29172; }

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

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

background-color css

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

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

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

border-color css

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

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

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