Html Css Color HEX #B58C76 Sandrift

📋 copy color: '#B58C76'

red 181 ◦ green 140 ◦ blue 118

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

Shades of Sandrift #B58C76

Tints of Sandrift #B58C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 41.23%
G = 31.89%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B58C76 (or 0xB58C76) is known color: Sandrift. HEX triplet: B5, 8C and 76. RGB value is (181,140,118). Sum of RGB (Red+Green+Blue) = 181+140+118=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C76 is #4A7389. Grayscale: #959595. Windows color (decimal): -4879242 or 7769269. OLE color: 7769269.

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

Color convert

RGB 181 140 118 -
CMYK 0 0.23 0.35 0.29
HSL 20.95º 0.3% 0.59% -
HSV(B) 20.95º 0.35% 0.71% -
XYZ 31.7 29.89 21.24 -
YUV 149.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 181 140 118 0 0.23 0.35 0.29 20.95 0.3 0.59
Hex B5 8C 76 0 17 23 1D 15 1E 3B
Octal 265 214 166 0 27 43 35 25 36 73
Binary 10110101 10001100 1110110 0 10111 100011 11101 10101 11110 111011

Color Harmonies of #B58C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C76

Black with #B58C76

Text Example


Text Example

White with #B58C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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