Html Css Color HEX #B49978 Sandrift

📋 copy color: '#B49978'

red 180 ◦ green 153 ◦ blue 120

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

Shades of Sandrift #B49978

Tints of Sandrift #B49978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.49%

R = 39.74%
G = 33.77%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B49978 (or 0xB49978) is known color: Sandrift. HEX triplet: B4, 99 and 78. RGB value is (180,153,120). Sum of RGB (Red+Green+Blue) = 180+153+120=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B49978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49978 is #4B6687. Grayscale: #9D9D9D. Windows color (decimal): -4941448 or 7903668. OLE color: 7903668.

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

Color convert

RGB 180 153 120 -
CMYK 0 0.15 0.33 0.29
HSL 33º 0.29% 0.59% -
HSV(B) 33º 0.33% 0.71% -
XYZ 33.6 33.84 22.53 -
YUV 157.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 180 153 120 0 0.15 0.33 0.29 33 0.29 0.59
Hex B4 99 78 0 F 21 1D 21 1D 3B
Octal 264 231 170 0 17 41 35 41 35 73
Binary 10110100 10011001 1111000 0 1111 100001 11101 100001 11101 111011

Color Harmonies of #B49978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49978

Black with #B49978

Text Example


Text Example

White with #B49978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49978; }

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

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

background-color css

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

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

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

border-color css

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

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

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