Html Css Color HEX #B29572 Sandrift

📋 copy color: '#B29572'

red 178 ◦ green 149 ◦ blue 114

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

Shades of Sandrift #B29572

Tints of Sandrift #B29572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.79%

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 40.36%
G = 33.79%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B29572 (or 0xB29572) is known color: Sandrift. HEX triplet: B2, 95 and 72. RGB value is (178,149,114). Sum of RGB (Red+Green+Blue) = 178+149+114=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B29572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29572 is #4D6A8D. Grayscale: #999999. Windows color (decimal): -5073550 or 7509426. OLE color: 7509426.

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

Color convert

RGB 178 149 114 -
CMYK 0 0.16 0.36 0.30
HSL 32.81º 0.29% 0.57% -
HSV(B) 32.81º 0.36% 0.7% -
XYZ 32.14 32.17 20.44 -
YUV 153.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 178 149 114 0 0.16 0.36 0.30 32.81 0.29 0.57
Hex B2 95 72 0 10 24 1E 21 1D 39
Octal 262 225 162 0 20 44 36 41 35 71
Binary 10110010 10010101 1110010 0 10000 100100 11110 100001 11101 111001

Color Harmonies of #B29572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29572

Black with #B29572

Text Example


Text Example

White with #B29572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29572; }

 p { color: rgb(178,149,114); }

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

background-color css

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

 a { background-color: rgb(178,149,114); }

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

border-color css

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

 span { border-color: rgb(178,149,114); }

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