Html Css Color HEX #B49375 Sandrift

📋 copy color: '#B49375'

red 180 ◦ green 147 ◦ blue 117

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

Shades of Sandrift #B49375

Tints of Sandrift #B49375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.11%

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

R = 40.54%
G = 33.11%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B49375 (or 0xB49375) is known color: Sandrift. HEX triplet: B4, 93 and 75. RGB value is (180,147,117). Sum of RGB (Red+Green+Blue) = 180+147+117=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49375 is #4B6C8A. Grayscale: #999999. Windows color (decimal): -4942987 or 7705524. OLE color: 7705524.

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

Color convert

RGB 180 147 117 -
CMYK 0 0.18 0.35 0.29
HSL 28.57º 0.3% 0.58% -
HSV(B) 28.57º 0.35% 0.71% -
XYZ 32.47 31.86 21.27 -
YUV 153.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 180 147 117 0 0.18 0.35 0.29 28.57 0.3 0.58
Hex B4 93 75 0 12 23 1D 1D 1E 3A
Octal 264 223 165 0 22 43 35 35 36 72
Binary 10110100 10010011 1110101 0 10010 100011 11101 11101 11110 111010

Color Harmonies of #B49375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49375

Black with #B49375

Text Example


Text Example

White with #B49375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49375; }

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

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

background-color css

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

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

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

border-color css

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

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

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