Html Css Color HEX #B49673 Sandrift

📋 copy color: '#B49673'

red 180 ◦ green 150 ◦ blue 115

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

Shades of Sandrift #B49673

Tints of Sandrift #B49673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.71%

 BLUE value IS 115 (45.31% from 255) = 25.84%

R = 40.45%
G = 33.71%
B = 25.84%

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

#B49673 (or 0xB49673) is known color: Sandrift. HEX triplet: B4, 96 and 73. RGB value is (180,150,115). Sum of RGB (Red+Green+Blue) = 180+150+115=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B49673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49673 is #4B698C. Grayscale: #9B9B9B. Windows color (decimal): -4942221 or 7575220. OLE color: 7575220.

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

Color convert

RGB 180 150 115 -
CMYK 0 0.17 0.36 0.29
HSL 32.31º 0.3% 0.58% -
HSV(B) 32.31º 0.36% 0.71% -
XYZ 32.82 32.75 20.81 -
YUV 154.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 180 150 115 0 0.17 0.36 0.29 32.31 0.3 0.58
Hex B4 96 73 0 11 24 1D 20 1E 3A
Octal 264 226 163 0 21 44 35 40 36 72
Binary 10110100 10010110 1110011 0 10001 100100 11101 100000 11110 111010

Color Harmonies of #B49673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49673

Black with #B49673

Text Example


Text Example

White with #B49673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49673; }

 p { color: rgb(180,150,115); }

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

background-color css

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

 a { background-color: rgb(180,150,115); }

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

border-color css

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

 span { border-color: rgb(180,150,115); }

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