Html Css Color HEX #B49370 Sandrift

📋 copy color: '#B49370'

red 180 ◦ green 147 ◦ blue 112

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

Shades of Sandrift #B49370

Tints of Sandrift #B49370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.49%

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

R = 41%
G = 33.49%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B49370 (or 0xB49370) is known color: Sandrift. HEX triplet: B4, 93 and 70. RGB value is (180,147,112). Sum of RGB (Red+Green+Blue) = 180+147+112=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B49370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49370 is #4B6C8F. Grayscale: #999999. Windows color (decimal): -4942992 or 7377844. OLE color: 7377844.

HSL color Cylindrical-coordinate representation of color #B49370: hue angle of 30.88º 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 #B49370 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 147 112 -
CMYK 0 0.18 0.38 0.29
HSL 30.88º 0.31% 0.57% -
HSV(B) 30.88º 0.38% 0.71% -
XYZ 32.18 31.74 19.76 -
YUV 152.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 180 147 112 0 0.18 0.38 0.29 30.88 0.31 0.57
Hex B4 93 70 0 12 26 1D 1F 1F 39
Octal 264 223 160 0 22 46 35 37 37 71
Binary 10110100 10010011 1110000 0 10010 100110 11101 11111 11111 111001

Color Harmonies of #B49370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49370

Black with #B49370

Text Example


Text Example

White with #B49370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49370; }

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

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

background-color css

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

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

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

border-color css

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

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

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