Html Css Color HEX #B49374 Sandrift

📋 copy color: '#B49374'

red 180 ◦ green 147 ◦ blue 116

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

Shades of Sandrift #B49374

Tints of Sandrift #B49374

RGB

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

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

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

R = 40.63%
G = 33.18%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B49374 (or 0xB49374) is known color: Sandrift. HEX triplet: B4, 93 and 74. RGB value is (180,147,116). Sum of RGB (Red+Green+Blue) = 180+147+116=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49374 is #4B6C8B. Grayscale: #999999. Windows color (decimal): -4942988 or 7639988. OLE color: 7639988.

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

Color convert

RGB 180 147 116 -
CMYK 0 0.18 0.36 0.29
HSL 29.06º 0.3% 0.58% -
HSV(B) 29.06º 0.36% 0.71% -
XYZ 32.41 31.83 20.96 -
YUV 153.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 180 147 116 0 0.18 0.36 0.29 29.06 0.3 0.58
Hex B4 93 74 0 12 24 1D 1D 1E 3A
Octal 264 223 164 0 22 44 35 35 36 72
Binary 10110100 10010011 1110100 0 10010 100100 11101 11101 11110 111010

Color Harmonies of #B49374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49374

Black with #B49374

Text Example


Text Example

White with #B49374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49374; }

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

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

background-color css

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

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

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

border-color css

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

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

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