Html Css Color HEX #B49081 Sandrift

📋 copy color: '#B49081'

red 180 ◦ green 144 ◦ blue 129

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

Shades of Sandrift #B49081

Tints of Sandrift #B49081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.48%

R = 39.74%
G = 31.79%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B49081 (or 0xB49081) is known color: Sandrift. HEX triplet: B4, 90 and 81. RGB value is (180,144,129). Sum of RGB (Red+Green+Blue) = 180+144+129=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B49081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49081 is #4B6F7E. Grayscale: #999999. Windows color (decimal): -4943743 or 8491188. OLE color: 8491188.

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

Color convert

RGB 180 144 129 -
CMYK 0 0.2 0.28 0.29
HSL 17.65º 0.25% 0.61% -
HSV(B) 17.65º 0.28% 0.71% -
XYZ 32.76 31.23 25.07 -
YUV 153.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 180 144 129 0 0.2 0.28 0.29 17.65 0.25 0.61
Hex B4 90 81 0 14 1C 1D 12 19 3D
Octal 264 220 201 0 24 34 35 22 31 75
Binary 10110100 10010000 10000001 0 10100 11100 11101 10010 11001 111101

Color Harmonies of #B49081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49081

Black with #B49081

Text Example


Text Example

White with #B49081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49081; }

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

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

background-color css

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

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

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

border-color css

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

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

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