Html Css Color HEX #B29275 Sandrift

📋 copy color: '#B29275'

red 178 ◦ green 146 ◦ blue 117

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

Shades of Sandrift #B29275

Tints of Sandrift #B29275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.11%

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 40.36%
G = 33.11%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B29275 (or 0xB29275) is known color: Sandrift. HEX triplet: B2, 92 and 75. RGB value is (178,146,117). Sum of RGB (Red+Green+Blue) = 178+146+117=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B29275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29275 is #4D6D8A. Grayscale: #989898. Windows color (decimal): -5074315 or 7705266. OLE color: 7705266.

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

Color convert

RGB 178 146 117 -
CMYK 0 0.18 0.34 0.30
HSL 28.52º 0.28% 0.58% -
HSV(B) 28.52º 0.34% 0.7% -
XYZ 31.85 31.31 21.19 -
YUV 152.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 178 146 117 0 0.18 0.34 0.30 28.52 0.28 0.58
Hex B2 92 75 0 12 22 1E 1D 1C 3A
Octal 262 222 165 0 22 42 36 35 34 72
Binary 10110010 10010010 1110101 0 10010 100010 11110 11101 11100 111010

Color Harmonies of #B29275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29275

Black with #B29275

Text Example


Text Example

White with #B29275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29275; }

 p { color: rgb(178,146,117); }

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

background-color css

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

 a { background-color: rgb(178,146,117); }

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

border-color css

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

 span { border-color: rgb(178,146,117); }

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