Html Css Color HEX #B49679 Sandrift

📋 copy color: '#B49679'

red 180 ◦ green 150 ◦ blue 121

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

Shades of Sandrift #B49679

Tints of Sandrift #B49679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.26%

 BLUE value IS 121 (47.66% from 255) = 26.83%

R = 39.91%
G = 33.26%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B49679 (or 0xB49679) is known color: Sandrift. HEX triplet: B4, 96 and 79. RGB value is (180,150,121). Sum of RGB (Red+Green+Blue) = 180+150+121=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B49679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49679 is #4B6986. Grayscale: #9B9B9B. Windows color (decimal): -4942215 or 7968436. OLE color: 7968436.

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

Color convert

RGB 180 150 121 -
CMYK 0 0.17 0.33 0.29
HSL 29.49º 0.28% 0.59% -
HSV(B) 29.49º 0.33% 0.71% -
XYZ 33.18 32.9 22.69 -
YUV 155.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 180 150 121 0 0.17 0.33 0.29 29.49 0.28 0.59
Hex B4 96 79 0 11 21 1D 1D 1C 3B
Octal 264 226 171 0 21 41 35 35 34 73
Binary 10110100 10010110 1111001 0 10001 100001 11101 11101 11100 111011

Color Harmonies of #B49679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49679

Black with #B49679

Text Example


Text Example

White with #B49679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49679; }

 p { color: rgb(180,150,121); }

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

background-color css

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

 a { background-color: rgb(180,150,121); }

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

border-color css

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

 span { border-color: rgb(180,150,121); }

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