Html Css Color HEX #B29471 Sandrift

📋 copy color: '#B29471'

red 178 ◦ green 148 ◦ blue 113

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

Shades of Sandrift #B29471

Tints of Sandrift #B29471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.74%

R = 40.55%
G = 33.71%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B29471 (or 0xB29471) is known color: Sandrift. HEX triplet: B2, 94 and 71. RGB value is (178,148,113). Sum of RGB (Red+Green+Blue) = 178+148+113=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B29471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29471 is #4D6B8E. Grayscale: #999999. Windows color (decimal): -5073807 or 7443634. OLE color: 7443634.

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

Color convert

RGB 178 148 113 -
CMYK 0 0.17 0.37 0.30
HSL 32.31º 0.3% 0.57% -
HSV(B) 32.31º 0.37% 0.7% -
XYZ 31.93 31.84 20.09 -
YUV 152.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 178 148 113 0 0.17 0.37 0.30 32.31 0.3 0.57
Hex B2 94 71 0 11 25 1E 20 1E 39
Octal 262 224 161 0 21 45 36 40 36 71
Binary 10110010 10010100 1110001 0 10001 100101 11110 100000 11110 111001

Color Harmonies of #B29471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29471

Black with #B29471

Text Example


Text Example

White with #B29471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29471; }

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

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

background-color css

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

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

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

border-color css

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

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

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