Html Css Color HEX #B59473 Sandrift

📋 copy color: '#B59473'

red 181 ◦ green 148 ◦ blue 115

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

Shades of Sandrift #B59473

Tints of Sandrift #B59473

RGB

 RED value IS 181 (71.09% from 255) = 40.77%

 GREEN value IS 148 (58.2% from 255) = 33.33%

 BLUE value IS 115 (45.31% from 255) = 25.9%

R = 40.77%
G = 33.33%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B59473 (or 0xB59473) is known color: Sandrift. HEX triplet: B5, 94 and 73. RGB value is (181,148,115). Sum of RGB (Red+Green+Blue) = 181+148+115=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B59473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59473 is #4A6B8C. Grayscale: #9A9A9A. Windows color (decimal): -4877197 or 7574709. OLE color: 7574709.

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

Color convert

RGB 181 148 115 -
CMYK 0 0.18 0.36 0.29
HSL 30º 0.31% 0.58% -
HSV(B) 30º 0.36% 0.71% -
XYZ 32.74 32.24 20.72 -
YUV 154.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 181 148 115 0 0.18 0.36 0.29 30 0.31 0.58
Hex B5 94 73 0 12 24 1D 1E 1F 3A
Octal 265 224 163 0 22 44 35 36 37 72
Binary 10110101 10010100 1110011 0 10010 100100 11101 11110 11111 111010

Color Harmonies of #B59473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59473

Black with #B59473

Text Example


Text Example

White with #B59473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59473; }

 p { color: rgb(181,148,115); }

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

background-color css

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

 a { background-color: rgb(181,148,115); }

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

border-color css

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

 span { border-color: rgb(181,148,115); }

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