Html Css Color HEX #B49075 Sandrift

📋 copy color: '#B49075'

red 180 ◦ green 144 ◦ blue 117

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

Shades of Sandrift #B49075

Tints of Sandrift #B49075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 40.82%
G = 32.65%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B49075 (or 0xB49075) is known color: Sandrift. HEX triplet: B4, 90 and 75. RGB value is (180,144,117). Sum of RGB (Red+Green+Blue) = 180+144+117=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B49075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49075 is #4B6F8A. Grayscale: #979797. Windows color (decimal): -4943755 or 7704756. OLE color: 7704756.

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

Color convert

RGB 180 144 117 -
CMYK 0 0.2 0.35 0.29
HSL 25.71º 0.3% 0.58% -
HSV(B) 25.71º 0.35% 0.71% -
XYZ 32.01 30.93 21.11 -
YUV 151.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 180 144 117 0 0.2 0.35 0.29 25.71 0.3 0.58
Hex B4 90 75 0 14 23 1D 1A 1E 3A
Octal 264 220 165 0 24 43 35 32 36 72
Binary 10110100 10010000 1110101 0 10100 100011 11101 11010 11110 111010

Color Harmonies of #B49075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49075

Black with #B49075

Text Example


Text Example

White with #B49075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49075; }

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

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

background-color css

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

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

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

border-color css

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

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

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