Html Css Color HEX #B49080 Sandrift

📋 copy color: '#B49080'

red 180 ◦ green 144 ◦ blue 128

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

Shades of Sandrift #B49080

Tints of Sandrift #B49080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.86%

 BLUE value IS 128 (50.39% from 255) = 28.32%

R = 39.82%
G = 31.86%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B49080 (or 0xB49080) is known color: Sandrift. HEX triplet: B4, 90 and 80. RGB value is (180,144,128). Sum of RGB (Red+Green+Blue) = 180+144+128=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B49080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49080 is #4B6F7F. Grayscale: #999999. Windows color (decimal): -4943744 or 8425652. OLE color: 8425652.

HSL color Cylindrical-coordinate representation of color #B49080: hue angle of 18.46º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49080 is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 128 -
CMYK 0 0.2 0.29 0.29
HSL 18.46º 0.26% 0.6% -
HSV(B) 18.46º 0.29% 0.71% -
XYZ 32.69 31.21 24.72 -
YUV 152.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 180 144 128 0 0.2 0.29 0.29 18.46 0.26 0.6
Hex B4 90 80 0 14 1D 1D 12 1A 3C
Octal 264 220 200 0 24 35 35 22 32 74
Binary 10110100 10010000 10000000 0 10100 11101 11101 10010 11010 111100

Color Harmonies of #B49080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49080

Black with #B49080

Text Example


Text Example

White with #B49080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49080; }

 p { color: rgb(180,144,128); }

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

background-color css

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

 a { background-color: rgb(180,144,128); }

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

border-color css

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

 span { border-color: rgb(180,144,128); }

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