Html Css Color HEX #B29076 Sandrift

📋 copy color: '#B29076'

red 178 ◦ green 144 ◦ blue 118

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

Shades of Sandrift #B29076

Tints of Sandrift #B29076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.73%

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

R = 40.45%
G = 32.73%
B = 26.82%

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

#B29076 (or 0xB29076) is known color: Sandrift. HEX triplet: B2, 90 and 76. RGB value is (178,144,118). Sum of RGB (Red+Green+Blue) = 178+144+118=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B29076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29076 is #4D6F89. Grayscale: #979797. Windows color (decimal): -5074826 or 7770290. OLE color: 7770290.

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

Color convert

RGB 178 144 118 -
CMYK 0 0.19 0.34 0.30
HSL 26º 0.28% 0.58% -
HSV(B) 26º 0.34% 0.7% -
XYZ 31.6 30.72 21.4 -
YUV 151.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 178 144 118 0 0.19 0.34 0.30 26 0.28 0.58
Hex B2 90 76 0 13 22 1E 1A 1C 3A
Octal 262 220 166 0 23 42 36 32 34 72
Binary 10110010 10010000 1110110 0 10011 100010 11110 11010 11100 111010

Color Harmonies of #B29076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29076

Black with #B29076

Text Example


Text Example

White with #B29076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29076; }

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

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

background-color css

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

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

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

border-color css

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

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

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