Html Css Color HEX #B58C77 Sandrift

📋 copy color: '#B58C77'

red 181 ◦ green 140 ◦ blue 119

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

Shades of Sandrift #B58C77

Tints of Sandrift #B58C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.05%

R = 41.14%
G = 31.82%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B58C77 (or 0xB58C77) is known color: Sandrift. HEX triplet: B5, 8C and 77. RGB value is (181,140,119). Sum of RGB (Red+Green+Blue) = 181+140+119=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C77 is #4A7388. Grayscale: #959595. Windows color (decimal): -4879241 or 7834805. OLE color: 7834805.

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

Color convert

RGB 181 140 119 -
CMYK 0 0.23 0.34 0.29
HSL 20.32º 0.3% 0.59% -
HSV(B) 20.32º 0.34% 0.71% -
XYZ 31.76 29.91 21.55 -
YUV 149.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 181 140 119 0 0.23 0.34 0.29 20.32 0.3 0.59
Hex B5 8C 77 0 17 22 1D 14 1E 3B
Octal 265 214 167 0 27 42 35 24 36 73
Binary 10110101 10001100 1110111 0 10111 100010 11101 10100 11110 111011

Color Harmonies of #B58C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C77

Black with #B58C77

Text Example


Text Example

White with #B58C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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