Html Css Color HEX #B29675 Sandrift

📋 copy color: '#B29675'

red 178 ◦ green 150 ◦ blue 117

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

Shades of Sandrift #B29675

Tints of Sandrift #B29675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.71%

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

R = 40%
G = 33.71%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B29675 (or 0xB29675) is known color: Sandrift. HEX triplet: B2, 96 and 75. RGB value is (178,150,117). Sum of RGB (Red+Green+Blue) = 178+150+117=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B29675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29675 is #4D698A. Grayscale: #9A9A9A. Windows color (decimal): -5073291 or 7706290. OLE color: 7706290.

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

Color convert

RGB 178 150 117 -
CMYK 0 0.16 0.34 0.30
HSL 32.46º 0.28% 0.58% -
HSV(B) 32.46º 0.34% 0.7% -
XYZ 32.48 32.56 21.4 -
YUV 154.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 178 150 117 0 0.16 0.34 0.30 32.46 0.28 0.58
Hex B2 96 75 0 10 22 1E 20 1C 3A
Octal 262 226 165 0 20 42 36 40 34 72
Binary 10110010 10010110 1110101 0 10000 100010 11110 100000 11100 111010

Color Harmonies of #B29675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29675

Black with #B29675

Text Example


Text Example

White with #B29675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29675; }

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

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

background-color css

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

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

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

border-color css

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

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

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