Html Css Color HEX #B49072 Sandrift

📋 copy color: '#B49072'

red 180 ◦ green 144 ◦ blue 114

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

Shades of Sandrift #B49072

Tints of Sandrift #B49072

RGB

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

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

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

R = 41.1%
G = 32.88%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B49072 (or 0xB49072) is known color: Sandrift. HEX triplet: B4, 90 and 72. RGB value is (180,144,114). Sum of RGB (Red+Green+Blue) = 180+144+114=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B49072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49072 is #4B6F8D. Grayscale: #979797. Windows color (decimal): -4943758 or 7508148. OLE color: 7508148.

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

Color convert

RGB 180 144 114 -
CMYK 0 0.2 0.37 0.29
HSL 27.27º 0.31% 0.58% -
HSV(B) 27.27º 0.37% 0.71% -
XYZ 31.83 30.86 20.2 -
YUV 151.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 180 144 114 0 0.2 0.37 0.29 27.27 0.31 0.58
Hex B4 90 72 0 14 25 1D 1B 1F 3A
Octal 264 220 162 0 24 45 35 33 37 72
Binary 10110100 10010000 1110010 0 10100 100101 11101 11011 11111 111010

Color Harmonies of #B49072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49072

Black with #B49072

Text Example


Text Example

White with #B49072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49072; }

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

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

background-color css

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

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

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

border-color css

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

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

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