Html Css Color HEX #B49479 Sandrift

📋 copy color: '#B49479'

red 180 ◦ green 148 ◦ blue 121

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

Shades of Sandrift #B49479

Tints of Sandrift #B49479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.96%

 BLUE value IS 121 (47.66% from 255) = 26.95%

R = 40.09%
G = 32.96%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B49479 (or 0xB49479) is known color: Sandrift. HEX triplet: B4, 94 and 79. RGB value is (180,148,121). Sum of RGB (Red+Green+Blue) = 180+148+121=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B49479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49479 is #4B6B86. Grayscale: #9A9A9A. Windows color (decimal): -4942727 or 7967924. OLE color: 7967924.

HSL color Cylindrical-coordinate representation of color #B49479: hue angle of 27.46º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49479 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 148 121 -
CMYK 0 0.18 0.33 0.29
HSL 27.46º 0.28% 0.59% -
HSV(B) 27.46º 0.33% 0.71% -
XYZ 32.86 32.26 22.58 -
YUV 154.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 180 148 121 0 0.18 0.33 0.29 27.46 0.28 0.59
Hex B4 94 79 0 12 21 1D 1B 1C 3B
Octal 264 224 171 0 22 41 35 33 34 73
Binary 10110100 10010100 1111001 0 10010 100001 11101 11011 11100 111011

Color Harmonies of #B49479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49479

Black with #B49479

Text Example


Text Example

White with #B49479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49479; }

 p { color: rgb(180,148,121); }

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

background-color css

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

 a { background-color: rgb(180,148,121); }

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

border-color css

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

 span { border-color: rgb(180,148,121); }

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