Html Css Color HEX #B29376 Sandrift

📋 copy color: '#B29376'

red 178 ◦ green 147 ◦ blue 118

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

Shades of Sandrift #B29376

Tints of Sandrift #B29376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.18%

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

R = 40.18%
G = 33.18%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B29376 (or 0xB29376) is known color: Sandrift. HEX triplet: B2, 93 and 76. RGB value is (178,147,118). Sum of RGB (Red+Green+Blue) = 178+147+118=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B29376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29376 is #4D6C89. Grayscale: #999999. Windows color (decimal): -5074058 or 7771058. OLE color: 7771058.

HSL color Cylindrical-coordinate representation of color #B29376: hue angle of 29º 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 #B29376 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 147 118 -
CMYK 0 0.17 0.34 0.30
HSL 29º 0.28% 0.58% -
HSV(B) 29º 0.34% 0.7% -
XYZ 32.06 31.64 21.56 -
YUV 152.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 178 147 118 0 0.17 0.34 0.30 29 0.28 0.58
Hex B2 93 76 0 11 22 1E 1D 1C 3A
Octal 262 223 166 0 21 42 36 35 34 72
Binary 10110010 10010011 1110110 0 10001 100010 11110 11101 11100 111010

Color Harmonies of #B29376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29376

Black with #B29376

Text Example


Text Example

White with #B29376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29376; }

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

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

background-color css

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

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

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

border-color css

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

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

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