Html Css Color HEX #B49981 Sandrift

📋 copy color: '#B49981'

red 180 ◦ green 153 ◦ blue 129

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

Shades of Sandrift #B49981

Tints of Sandrift #B49981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.12%

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

R = 38.96%
G = 33.12%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B49981 (or 0xB49981) is known color: Sandrift. HEX triplet: B4, 99 and 81. RGB value is (180,153,129). Sum of RGB (Red+Green+Blue) = 180+153+129=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49981 is #4B667E. Grayscale: #9E9E9E. Windows color (decimal): -4941439 or 8493492. OLE color: 8493492.

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

Color convert

RGB 180 153 129 -
CMYK 0 0.15 0.28 0.29
HSL 28.24º 0.25% 0.61% -
HSV(B) 28.24º 0.28% 0.71% -
XYZ 34.18 34.07 25.54 -
YUV 158.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 180 153 129 0 0.15 0.28 0.29 28.24 0.25 0.61
Hex B4 99 81 0 F 1C 1D 1C 19 3D
Octal 264 231 201 0 17 34 35 34 31 75
Binary 10110100 10011001 10000001 0 1111 11100 11101 11100 11001 111101

Color Harmonies of #B49981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49981

Black with #B49981

Text Example


Text Example

White with #B49981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49981; }

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

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

background-color css

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

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

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

border-color css

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

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

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