Html Css Color HEX #B49574 Sandrift

📋 copy color: '#B49574'

red 180 ◦ green 149 ◦ blue 116

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

Shades of Sandrift #B49574

Tints of Sandrift #B49574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.48%

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

R = 40.45%
G = 33.48%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B49574 (or 0xB49574) is known color: Sandrift. HEX triplet: B4, 95 and 74. RGB value is (180,149,116). Sum of RGB (Red+Green+Blue) = 180+149+116=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B49574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49574 is #4B6A8B. Grayscale: #9A9A9A. Windows color (decimal): -4942476 or 7640500. OLE color: 7640500.

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

Color convert

RGB 180 149 116 -
CMYK 0 0.17 0.36 0.29
HSL 30.94º 0.3% 0.58% -
HSV(B) 30.94º 0.36% 0.71% -
XYZ 32.72 32.46 21.06 -
YUV 154.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 180 149 116 0 0.17 0.36 0.29 30.94 0.3 0.58
Hex B4 95 74 0 11 24 1D 1F 1E 3A
Octal 264 225 164 0 21 44 35 37 36 72
Binary 10110100 10010101 1110100 0 10001 100100 11101 11111 11110 111010

Color Harmonies of #B49574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49574

Black with #B49574

Text Example


Text Example

White with #B49574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49574; }

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

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

background-color css

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

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

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

border-color css

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

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

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