Html Css Color HEX #B58760 Medium Wood

📋 copy color: '#B58760'

red 181 ◦ green 135 ◦ blue 96

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

Shades of Medium Wood #B58760

Tints of Medium Wood #B58760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.77%

 BLUE value IS 96 (37.89% from 255) = 23.3%

R = 43.93%
G = 32.77%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B58760 (or 0xB58760) is known color: Medium Wood. HEX triplet: B5, 87 and 60. RGB value is (181,135,96). Sum of RGB (Red+Green+Blue) = 181+135+96=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B58760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58760 is #4A789F. Grayscale: #909090. Windows color (decimal): -4880544 or 6326197. OLE color: 6326197.

HSL color Cylindrical-coordinate representation of color #B58760: hue angle of 27.53º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B58760 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 135 96 -
CMYK 0 0.25 0.47 0.29
HSL 27.53º 0.36% 0.54% -
HSV(B) 27.53º 0.47% 0.71% -
XYZ 29.83 28 14.9 -
YUV 144.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 181 135 96 0 0.25 0.47 0.29 27.53 0.36 0.54
Hex B5 87 60 0 19 2F 1D 1C 24 36
Octal 265 207 140 0 31 57 35 34 44 66
Binary 10110101 10000111 1100000 0 11001 101111 11101 11100 100100 110110

Color Harmonies of #B58760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58760

Black with #B58760

Text Example


Text Example

White with #B58760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58760; }

 p { color: rgb(181,135,96); }

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

background-color css

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

 a { background-color: rgb(181,135,96); }

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

border-color css

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

 span { border-color: rgb(181,135,96); }

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