Html Css Color HEX #B29070 Sandrift

📋 copy color: '#B29070'

red 178 ◦ green 144 ◦ blue 112

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

Shades of Sandrift #B29070

Tints of Sandrift #B29070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.81%

R = 41.01%
G = 33.18%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B29070 (or 0xB29070) is known color: Sandrift. HEX triplet: B2, 90 and 70. RGB value is (178,144,112). Sum of RGB (Red+Green+Blue) = 178+144+112=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B29070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29070 is #4D6F8F. Grayscale: #969696. Windows color (decimal): -5074832 or 7377074. OLE color: 7377074.

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

Color convert

RGB 178 144 112 -
CMYK 0 0.19 0.37 0.30
HSL 29.09º 0.3% 0.57% -
HSV(B) 29.09º 0.37% 0.7% -
XYZ 31.26 30.58 19.58 -
YUV 150.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 178 144 112 0 0.19 0.37 0.30 29.09 0.3 0.57
Hex B2 90 70 0 13 25 1E 1D 1E 39
Octal 262 220 160 0 23 45 36 35 36 71
Binary 10110010 10010000 1110000 0 10011 100101 11110 11101 11110 111001

Color Harmonies of #B29070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29070

Black with #B29070

Text Example


Text Example

White with #B29070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29070; }

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

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

background-color css

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

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

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

border-color css

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

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

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