Html Css Color HEX #B59472 Sandrift

📋 copy color: '#B59472'

red 181 ◦ green 148 ◦ blue 114

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

Shades of Sandrift #B59472

Tints of Sandrift #B59472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 40.86%
G = 33.41%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B59472 (or 0xB59472) is known color: Sandrift. HEX triplet: B5, 94 and 72. RGB value is (181,148,114). Sum of RGB (Red+Green+Blue) = 181+148+114=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B59472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59472 is #4A6B8D. Grayscale: #9A9A9A. Windows color (decimal): -4877198 or 7509173. OLE color: 7509173.

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

Color convert

RGB 181 148 114 -
CMYK 0 0.18 0.37 0.29
HSL 30.45º 0.31% 0.58% -
HSV(B) 30.45º 0.37% 0.71% -
XYZ 32.68 32.22 20.42 -
YUV 153.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 181 148 114 0 0.18 0.37 0.29 30.45 0.31 0.58
Hex B5 94 72 0 12 25 1D 1E 1F 3A
Octal 265 224 162 0 22 45 35 36 37 72
Binary 10110101 10010100 1110010 0 10010 100101 11101 11110 11111 111010

Color Harmonies of #B59472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59472

Black with #B59472

Text Example


Text Example

White with #B59472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59472; }

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

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

background-color css

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

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

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

border-color css

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

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

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