Html Css Color HEX #B58063 Medium Wood

📋 copy color: '#B58063'

red 181 ◦ green 128 ◦ blue 99

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

Shades of Medium Wood #B58063

Tints of Medium Wood #B58063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.37%

 BLUE value IS 99 (39.06% from 255) = 24.26%

R = 44.36%
G = 31.37%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B58063 (or 0xB58063) is known color: Medium Wood. HEX triplet: B5, 80 and 63. RGB value is (181,128,99). Sum of RGB (Red+Green+Blue) = 181+128+99=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B58063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58063 is #4A7F9C. Grayscale: #8C8C8C. Windows color (decimal): -4882333 or 6521013. OLE color: 6521013.

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

Color convert

RGB 181 128 99 -
CMYK 0 0.29 0.45 0.29
HSL 21.22º 0.36% 0.55% -
HSV(B) 21.22º 0.45% 0.71% -
XYZ 29.03 26.16 15.32 -
YUV 140.54 104.56 156.86 -
System Red Green Blue C M Y K H S L
Decimal 181 128 99 0 0.29 0.45 0.29 21.22 0.36 0.55
Hex B5 80 63 0 1D 2D 1D 15 24 37
Octal 265 200 143 0 35 55 35 25 44 67
Binary 10110101 10000000 1100011 0 11101 101101 11101 10101 100100 110111

Color Harmonies of #B58063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58063

Black with #B58063

Text Example


Text Example

White with #B58063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58063; }

 p { color: rgb(181,128,99); }

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

background-color css

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

 a { background-color: rgb(181,128,99); }

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

border-color css

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

 span { border-color: rgb(181,128,99); }

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