Html Css Color HEX #B49372 Sandrift

📋 copy color: '#B49372'

red 180 ◦ green 147 ◦ blue 114

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

Shades of Sandrift #B49372

Tints of Sandrift #B49372

RGB

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

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

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

R = 40.82%
G = 33.33%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B49372 (or 0xB49372) is known color: Sandrift. HEX triplet: B4, 93 and 72. RGB value is (180,147,114). Sum of RGB (Red+Green+Blue) = 180+147+114=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B49372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49372 is #4B6C8D. Grayscale: #999999. Windows color (decimal): -4942990 or 7508916. OLE color: 7508916.

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

Color convert

RGB 180 147 114 -
CMYK 0 0.18 0.37 0.29
HSL 30º 0.31% 0.58% -
HSV(B) 30º 0.37% 0.71% -
XYZ 32.29 31.79 20.35 -
YUV 153.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 180 147 114 0 0.18 0.37 0.29 30 0.31 0.58
Hex B4 93 72 0 12 25 1D 1E 1F 3A
Octal 264 223 162 0 22 45 35 36 37 72
Binary 10110100 10010011 1110010 0 10010 100101 11101 11110 11111 111010

Color Harmonies of #B49372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49372

Black with #B49372

Text Example


Text Example

White with #B49372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49372; }

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

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

background-color css

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

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

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

border-color css

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

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

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