Html Css Color HEX #B49472 Sandrift

📋 copy color: '#B49472'

red 180 ◦ green 148 ◦ blue 114

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

Shades of Sandrift #B49472

Tints of Sandrift #B49472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.48%

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

R = 40.72%
G = 33.48%
B = 25.79%

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

#B49472 (or 0xB49472) is known color: Sandrift. HEX triplet: B4, 94 and 72. RGB value is (180,148,114). Sum of RGB (Red+Green+Blue) = 180+148+114=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B49472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49472 is #4B6B8D. Grayscale: #999999. Windows color (decimal): -4942734 or 7509172. OLE color: 7509172.

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

Color convert

RGB 180 148 114 -
CMYK 0 0.18 0.37 0.29
HSL 30.91º 0.31% 0.58% -
HSV(B) 30.91º 0.37% 0.71% -
XYZ 32.45 32.1 20.4 -
YUV 153.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 180 148 114 0 0.18 0.37 0.29 30.91 0.31 0.58
Hex B4 94 72 0 12 25 1D 1F 1F 3A
Octal 264 224 162 0 22 45 35 37 37 72
Binary 10110100 10010100 1110010 0 10010 100101 11101 11111 11111 111010

Color Harmonies of #B49472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49472

Black with #B49472

Text Example


Text Example

White with #B49472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49472; }

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

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

background-color css

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

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

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

border-color css

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

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

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