Html Css Color HEX #B49982 Sandrift

📋 copy color: '#B49982'

red 180 ◦ green 153 ◦ blue 130

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

Shades of Sandrift #B49982

Tints of Sandrift #B49982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.08%

R = 38.88%
G = 33.05%
B = 28.08%

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

#B49982 (or 0xB49982) is known color: Sandrift. HEX triplet: B4, 99 and 82. RGB value is (180,153,130). Sum of RGB (Red+Green+Blue) = 180+153+130=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49982 is #4B667D. Grayscale: #9E9E9E. Windows color (decimal): -4941438 or 8559028. OLE color: 8559028.

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

Color convert

RGB 180 153 130 -
CMYK 0 0.15 0.28 0.29
HSL 27.6º 0.25% 0.61% -
HSV(B) 27.6º 0.28% 0.71% -
XYZ 34.24 34.1 25.9 -
YUV 158.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 180 153 130 0 0.15 0.28 0.29 27.6 0.25 0.61
Hex B4 99 82 0 F 1C 1D 1C 19 3D
Octal 264 231 202 0 17 34 35 34 31 75
Binary 10110100 10011001 10000010 0 1111 11100 11101 11100 11001 111101

Color Harmonies of #B49982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49982

Black with #B49982

Text Example


Text Example

White with #B49982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49982; }

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

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

background-color css

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

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

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

border-color css

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

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

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