Html Css Color HEX #B49174 Sandrift

📋 copy color: '#B49174'

red 180 ◦ green 145 ◦ blue 116

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

Shades of Sandrift #B49174

Tints of Sandrift #B49174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 40.82%
G = 32.88%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B49174 (or 0xB49174) is known color: Sandrift. HEX triplet: B4, 91 and 74. RGB value is (180,145,116). Sum of RGB (Red+Green+Blue) = 180+145+116=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B49174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49174 is #4B6E8B. Grayscale: #989898. Windows color (decimal): -4943500 or 7639476. OLE color: 7639476.

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

Color convert

RGB 180 145 116 -
CMYK 0 0.19 0.36 0.29
HSL 27.19º 0.3% 0.58% -
HSV(B) 27.19º 0.36% 0.71% -
XYZ 32.1 31.22 20.86 -
YUV 152.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 180 145 116 0 0.19 0.36 0.29 27.19 0.3 0.58
Hex B4 91 74 0 13 24 1D 1B 1E 3A
Octal 264 221 164 0 23 44 35 33 36 72
Binary 10110100 10010001 1110100 0 10011 100100 11101 11011 11110 111010

Color Harmonies of #B49174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49174

Black with #B49174

Text Example


Text Example

White with #B49174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49174; }

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

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

background-color css

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

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

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

border-color css

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

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

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