Html Css Color HEX #B29873 Sandrift

📋 copy color: '#B29873'

red 178 ◦ green 152 ◦ blue 115

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

Shades of Sandrift #B29873

Tints of Sandrift #B29873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.16%

 BLUE value IS 115 (45.31% from 255) = 25.84%

R = 40%
G = 34.16%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B29873 (or 0xB29873) is known color: Sandrift. HEX triplet: B2, 98 and 73. RGB value is (178,152,115). Sum of RGB (Red+Green+Blue) = 178+152+115=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B29873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29873 is #4D678C. Grayscale: #9B9B9B. Windows color (decimal): -5072781 or 7575730. OLE color: 7575730.

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

Color convert

RGB 178 152 115 -
CMYK 0 0.15 0.35 0.30
HSL 35.24º 0.29% 0.57% -
HSV(B) 35.24º 0.35% 0.7% -
XYZ 32.68 33.16 20.9 -
YUV 155.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 178 152 115 0 0.15 0.35 0.30 35.24 0.29 0.57
Hex B2 98 73 0 F 23 1E 23 1D 39
Octal 262 230 163 0 17 43 36 43 35 71
Binary 10110010 10011000 1110011 0 1111 100011 11110 100011 11101 111001

Color Harmonies of #B29873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29873

Black with #B29873

Text Example


Text Example

White with #B29873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29873; }

 p { color: rgb(178,152,115); }

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

background-color css

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

 a { background-color: rgb(178,152,115); }

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

border-color css

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

 span { border-color: rgb(178,152,115); }

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