Html Css Color HEX #B58E70 Sandrift

📋 copy color: '#B58E70'

red 181 ◦ green 142 ◦ blue 112

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

Shades of Sandrift #B58E70

Tints of Sandrift #B58E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 41.61%
G = 32.64%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B58E70 (or 0xB58E70) is known color: Sandrift. HEX triplet: B5, 8E and 70. RGB value is (181,142,112). Sum of RGB (Red+Green+Blue) = 181+142+112=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E70 is #4A718F. Grayscale: #969696. Windows color (decimal): -4878736 or 7376565. OLE color: 7376565.

HSL color Cylindrical-coordinate representation of color #B58E70: hue angle of 26.09º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B58E70 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 142 112 -
CMYK 0 0.22 0.38 0.29
HSL 26.09º 0.32% 0.57% -
HSV(B) 26.09º 0.38% 0.71% -
XYZ 31.65 30.34 19.52 -
YUV 150.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 181 142 112 0 0.22 0.38 0.29 26.09 0.32 0.57
Hex B5 8E 70 0 16 26 1D 1A 20 39
Octal 265 216 160 0 26 46 35 32 40 71
Binary 10110101 10001110 1110000 0 10110 100110 11101 11010 100000 111001

Color Harmonies of #B58E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58E70

Black with #B58E70

Text Example


Text Example

White with #B58E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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