Html Css Color HEX #B58F71 Sandrift

📋 copy color: '#B58F71'

red 181 ◦ green 143 ◦ blue 113

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

Shades of Sandrift #B58F71

Tints of Sandrift #B58F71

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.72%

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

R = 41.42%
G = 32.72%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B58F71 (or 0xB58F71) is known color: Sandrift. HEX triplet: B5, 8F and 71. RGB value is (181,143,113). Sum of RGB (Red+Green+Blue) = 181+143+113=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F71 is #4A708E. Grayscale: #979797. Windows color (decimal): -4878479 or 7442357. OLE color: 7442357.

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

Color convert

RGB 181 143 113 -
CMYK 0 0.21 0.38 0.29
HSL 26.47º 0.31% 0.58% -
HSV(B) 26.47º 0.38% 0.71% -
XYZ 31.86 30.66 19.86 -
YUV 150.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 181 143 113 0 0.21 0.38 0.29 26.47 0.31 0.58
Hex B5 8F 71 0 15 26 1D 1A 1F 3A
Octal 265 217 161 0 25 46 35 32 37 72
Binary 10110101 10001111 1110001 0 10101 100110 11101 11010 11111 111010

Color Harmonies of #B58F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58F71

Black with #B58F71

Text Example


Text Example

White with #B58F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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