Html Css Color HEX #B49172 Sandrift

📋 copy color: '#B49172'

red 180 ◦ green 145 ◦ blue 114

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

Shades of Sandrift #B49172

Tints of Sandrift #B49172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.03%

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

R = 41%
G = 33.03%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B49172 (or 0xB49172) is known color: Sandrift. HEX triplet: B4, 91 and 72. RGB value is (180,145,114). Sum of RGB (Red+Green+Blue) = 180+145+114=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B49172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49172 is #4B6E8D. Grayscale: #989898. Windows color (decimal): -4943502 or 7508404. OLE color: 7508404.

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

Color convert

RGB 180 145 114 -
CMYK 0 0.19 0.37 0.29
HSL 28.18º 0.31% 0.58% -
HSV(B) 28.18º 0.37% 0.71% -
XYZ 31.99 31.17 20.25 -
YUV 151.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 180 145 114 0 0.19 0.37 0.29 28.18 0.31 0.58
Hex B4 91 72 0 13 25 1D 1C 1F 3A
Octal 264 221 162 0 23 45 35 34 37 72
Binary 10110100 10010001 1110010 0 10011 100101 11101 11100 11111 111010

Color Harmonies of #B49172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49172

Black with #B49172

Text Example


Text Example

White with #B49172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49172; }

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

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

background-color css

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

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

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

border-color css

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

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

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