Html Css Color HEX #B29775 Sandrift

📋 copy color: '#B29775'

red 178 ◦ green 151 ◦ blue 117

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

Shades of Sandrift #B29775

Tints of Sandrift #B29775

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.86%

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

R = 39.91%
G = 33.86%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B29775 (or 0xB29775) is known color: Sandrift. HEX triplet: B2, 97 and 75. RGB value is (178,151,117). Sum of RGB (Red+Green+Blue) = 178+151+117=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B29775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29775 is #4D688A. Grayscale: #9B9B9B. Windows color (decimal): -5073035 or 7706546. OLE color: 7706546.

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

Color convert

RGB 178 151 117 -
CMYK 0 0.15 0.34 0.30
HSL 33.44º 0.28% 0.58% -
HSV(B) 33.44º 0.34% 0.7% -
XYZ 32.64 32.88 21.46 -
YUV 155.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 178 151 117 0 0.15 0.34 0.30 33.44 0.28 0.58
Hex B2 97 75 0 F 22 1E 21 1C 3A
Octal 262 227 165 0 17 42 36 41 34 72
Binary 10110010 10010111 1110101 0 1111 100010 11110 100001 11100 111010

Color Harmonies of #B29775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29775

Black with #B29775

Text Example


Text Example

White with #B29775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29775; }

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

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

background-color css

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

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

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

border-color css

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

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

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