Html Css Color HEX #B29176 Sandrift

📋 copy color: '#B29176'

red 178 ◦ green 145 ◦ blue 118

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

Shades of Sandrift #B29176

Tints of Sandrift #B29176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.76%

R = 40.36%
G = 32.88%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B29176 (or 0xB29176) is known color: Sandrift. HEX triplet: B2, 91 and 76. RGB value is (178,145,118). Sum of RGB (Red+Green+Blue) = 178+145+118=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B29176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29176 is #4D6E89. Grayscale: #979797. Windows color (decimal): -5074570 or 7770546. OLE color: 7770546.

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

Color convert

RGB 178 145 118 -
CMYK 0 0.19 0.34 0.30
HSL 27º 0.28% 0.58% -
HSV(B) 27º 0.34% 0.7% -
XYZ 31.76 31.02 21.45 -
YUV 151.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 178 145 118 0 0.19 0.34 0.30 27 0.28 0.58
Hex B2 91 76 0 13 22 1E 1B 1C 3A
Octal 262 221 166 0 23 42 36 33 34 72
Binary 10110010 10010001 1110110 0 10011 100010 11110 11011 11100 111010

Color Harmonies of #B29176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29176

Black with #B29176

Text Example


Text Example

White with #B29176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29176; }

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

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

background-color css

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

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

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

border-color css

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

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

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