Html Css Color HEX #B58D71 Sandrift

📋 copy color: '#B58D71'

red 181 ◦ green 141 ◦ blue 113

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

Shades of Sandrift #B58D71

Tints of Sandrift #B58D71

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.41%

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

R = 41.61%
G = 32.41%
B = 25.98%

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

#B58D71 (or 0xB58D71) is known color: Sandrift. HEX triplet: B5, 8D and 71. RGB value is (181,141,113). Sum of RGB (Red+Green+Blue) = 181+141+113=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D71 is #4A728E. Grayscale: #959595. Windows color (decimal): -4878991 or 7441845. OLE color: 7441845.

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

Color convert

RGB 181 141 113 -
CMYK 0 0.22 0.38 0.29
HSL 24.71º 0.31% 0.58% -
HSV(B) 24.71º 0.38% 0.71% -
XYZ 31.56 30.07 19.76 -
YUV 149.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 181 141 113 0 0.22 0.38 0.29 24.71 0.31 0.58
Hex B5 8D 71 0 16 26 1D 19 1F 3A
Octal 265 215 161 0 26 46 35 31 37 72
Binary 10110101 10001101 1110001 0 10110 100110 11101 11001 11111 111010

Color Harmonies of #B58D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58D71

Black with #B58D71

Text Example


Text Example

White with #B58D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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