Html Css Color HEX #B29072 Sandrift

📋 copy color: '#B29072'

red 178 ◦ green 144 ◦ blue 114

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

Shades of Sandrift #B29072

Tints of Sandrift #B29072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.03%

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

R = 40.83%
G = 33.03%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B29072 (or 0xB29072) is known color: Sandrift. HEX triplet: B2, 90 and 72. RGB value is (178,144,114). Sum of RGB (Red+Green+Blue) = 178+144+114=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B29072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29072 is #4D6F8D. Grayscale: #969696. Windows color (decimal): -5074830 or 7508146. OLE color: 7508146.

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

Color convert

RGB 178 144 114 -
CMYK 0 0.19 0.36 0.30
HSL 28.13º 0.29% 0.57% -
HSV(B) 28.13º 0.36% 0.7% -
XYZ 31.37 30.63 20.18 -
YUV 150.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 178 144 114 0 0.19 0.36 0.30 28.13 0.29 0.57
Hex B2 90 72 0 13 24 1E 1C 1D 39
Octal 262 220 162 0 23 44 36 34 35 71
Binary 10110010 10010000 1110010 0 10011 100100 11110 11100 11101 111001

Color Harmonies of #B29072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29072

Black with #B29072

Text Example


Text Example

White with #B29072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29072; }

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

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

background-color css

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

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

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

border-color css

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

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

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