Html Css Color HEX #B58E72 Sandrift

📋 copy color: '#B58E72'

red 181 ◦ green 142 ◦ blue 114

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

Shades of Sandrift #B58E72

Tints of Sandrift #B58E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.49%

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

R = 41.42%
G = 32.49%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B58E72 (or 0xB58E72) is known color: Sandrift. HEX triplet: B5, 8E and 72. RGB value is (181,142,114). Sum of RGB (Red+Green+Blue) = 181+142+114=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E72 is #4A718D. Grayscale: #969696. Windows color (decimal): -4878734 or 7507637. OLE color: 7507637.

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

Color convert

RGB 181 142 114 -
CMYK 0 0.22 0.37 0.29
HSL 25.07º 0.31% 0.58% -
HSV(B) 25.07º 0.37% 0.71% -
XYZ 31.77 30.38 20.11 -
YUV 150.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 181 142 114 0 0.22 0.37 0.29 25.07 0.31 0.58
Hex B5 8E 72 0 16 25 1D 19 1F 3A
Octal 265 216 162 0 26 45 35 31 37 72
Binary 10110101 10001110 1110010 0 10110 100101 11101 11001 11111 111010

Color Harmonies of #B58E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58E72

Black with #B58E72

Text Example


Text Example

White with #B58E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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