Html Css Color HEX #B58C71 Sandrift

📋 copy color: '#B58C71'

red 181 ◦ green 140 ◦ blue 113

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

Shades of Sandrift #B58C71

Tints of Sandrift #B58C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.26%

 BLUE value IS 113 (44.53% from 255) = 26.04%

R = 41.71%
G = 32.26%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B58C71 (or 0xB58C71) is known color: Sandrift. HEX triplet: B5, 8C and 71. RGB value is (181,140,113). Sum of RGB (Red+Green+Blue) = 181+140+113=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C71 is #4A738E. Grayscale: #959595. Windows color (decimal): -4879247 or 7441589. OLE color: 7441589.

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

Color convert

RGB 181 140 113 -
CMYK 0 0.23 0.38 0.29
HSL 23.82º 0.31% 0.58% -
HSV(B) 23.82º 0.38% 0.71% -
XYZ 31.41 29.77 19.71 -
YUV 149.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 181 140 113 0 0.23 0.38 0.29 23.82 0.31 0.58
Hex B5 8C 71 0 17 26 1D 18 1F 3A
Octal 265 214 161 0 27 46 35 30 37 72
Binary 10110101 10001100 1110001 0 10111 100110 11101 11000 11111 111010

Color Harmonies of #B58C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C71

Black with #B58C71

Text Example


Text Example

White with #B58C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C71; }

 p { color: rgb(181,140,113); }

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

background-color css

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

 a { background-color: rgb(181,140,113); }

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

border-color css

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

 span { border-color: rgb(181,140,113); }

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