Html Css Color HEX #B29476 Sandrift

📋 copy color: '#B29476'

red 178 ◦ green 148 ◦ blue 118

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

Shades of Sandrift #B29476

Tints of Sandrift #B29476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.33%

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

R = 40.09%
G = 33.33%
B = 26.58%

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

#B29476 (or 0xB29476) is known color: Sandrift. HEX triplet: B2, 94 and 76. RGB value is (178,148,118). Sum of RGB (Red+Green+Blue) = 178+148+118=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B29476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29476 is #4D6B89. Grayscale: #999999. Windows color (decimal): -5073802 or 7771314. OLE color: 7771314.

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

Color convert

RGB 178 148 118 -
CMYK 0 0.17 0.34 0.30
HSL 30º 0.28% 0.58% -
HSV(B) 30º 0.34% 0.7% -
XYZ 32.22 31.95 21.61 -
YUV 153.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 178 148 118 0 0.17 0.34 0.30 30 0.28 0.58
Hex B2 94 76 0 11 22 1E 1E 1C 3A
Octal 262 224 166 0 21 42 36 36 34 72
Binary 10110010 10010100 1110110 0 10001 100010 11110 11110 11100 111010

Color Harmonies of #B29476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29476

Black with #B29476

Text Example


Text Example

White with #B29476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29476; }

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

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

background-color css

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

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

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

border-color css

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

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

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