Html Css Color HEX #B29478 Sandrift

📋 copy color: '#B29478'

red 178 ◦ green 148 ◦ blue 120

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

Shades of Sandrift #B29478

Tints of Sandrift #B29478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.91%

R = 39.91%
G = 33.18%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B29478 (or 0xB29478) is known color: Sandrift. HEX triplet: B2, 94 and 78. RGB value is (178,148,120). Sum of RGB (Red+Green+Blue) = 178+148+120=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B29478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29478 is #4D6B87. Grayscale: #999999. Windows color (decimal): -5073800 or 7902386. OLE color: 7902386.

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

Color convert

RGB 178 148 120 -
CMYK 0 0.17 0.33 0.30
HSL 28.97º 0.27% 0.58% -
HSV(B) 28.97º 0.33% 0.7% -
XYZ 32.34 32 22.24 -
YUV 153.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 178 148 120 0 0.17 0.33 0.30 28.97 0.27 0.58
Hex B2 94 78 0 11 21 1E 1D 1B 3A
Octal 262 224 170 0 21 41 36 35 33 72
Binary 10110010 10010100 1111000 0 10001 100001 11110 11101 11011 111010

Color Harmonies of #B29478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29478

Black with #B29478

Text Example


Text Example

White with #B29478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29478; }

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

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

background-color css

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

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

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

border-color css

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

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

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