Html Css Color HEX #B49773 Sandrift

📋 copy color: '#B49773'

red 180 ◦ green 151 ◦ blue 115

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

Shades of Sandrift #B49773

Tints of Sandrift #B49773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.86%

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

R = 40.36%
G = 33.86%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B49773 (or 0xB49773) is known color: Sandrift. HEX triplet: B4, 97 and 73. RGB value is (180,151,115). Sum of RGB (Red+Green+Blue) = 180+151+115=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B49773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49773 is #4B688C. Grayscale: #9B9B9B. Windows color (decimal): -4941965 or 7575476. OLE color: 7575476.

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

Color convert

RGB 180 151 115 -
CMYK 0 0.16 0.36 0.29
HSL 33.23º 0.3% 0.58% -
HSV(B) 33.23º 0.36% 0.71% -
XYZ 32.98 33.07 20.87 -
YUV 155.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 180 151 115 0 0.16 0.36 0.29 33.23 0.3 0.58
Hex B4 97 73 0 10 24 1D 21 1E 3A
Octal 264 227 163 0 20 44 35 41 36 72
Binary 10110100 10010111 1110011 0 10000 100100 11101 100001 11110 111010

Color Harmonies of #B49773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49773

Black with #B49773

Text Example


Text Example

White with #B49773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49773; }

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

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

background-color css

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

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

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

border-color css

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

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

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