Html Css Color HEX #B49070 Sandrift

📋 copy color: '#B49070'

red 180 ◦ green 144 ◦ blue 112

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

Shades of Sandrift #B49070

Tints of Sandrift #B49070

RGB

 RED value IS 180 (70.7% from 255) = 41.28%

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

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

R = 41.28%
G = 33.03%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B49070 (or 0xB49070) is known color: Sandrift. HEX triplet: B4, 90 and 70. RGB value is (180,144,112). Sum of RGB (Red+Green+Blue) = 180+144+112=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B49070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49070 is #4B6F8F. Grayscale: #979797. Windows color (decimal): -4943760 or 7377076. OLE color: 7377076.

HSL color Cylindrical-coordinate representation of color #B49070: hue angle of 28.24º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B49070 is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 112 -
CMYK 0 0.2 0.38 0.29
HSL 28.24º 0.31% 0.57% -
HSV(B) 28.24º 0.38% 0.71% -
XYZ 31.72 30.82 19.61 -
YUV 151.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 180 144 112 0 0.2 0.38 0.29 28.24 0.31 0.57
Hex B4 90 70 0 14 26 1D 1C 1F 39
Octal 264 220 160 0 24 46 35 34 37 71
Binary 10110100 10010000 1110000 0 10100 100110 11101 11100 11111 111001

Color Harmonies of #B49070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49070

Black with #B49070

Text Example


Text Example

White with #B49070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49070; }

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

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

background-color css

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

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

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

border-color css

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

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

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