Html Css Color HEX #B58565 Medium Wood

📋 copy color: '#B58565'

red 181 ◦ green 133 ◦ blue 101

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

Shades of Medium Wood #B58565

Tints of Medium Wood #B58565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.05%

 BLUE value IS 101 (39.84% from 255) = 24.34%

R = 43.61%
G = 32.05%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B58565 (or 0xB58565) is known color: Medium Wood. HEX triplet: B5, 85 and 65. RGB value is (181,133,101). Sum of RGB (Red+Green+Blue) = 181+133+101=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B58565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58565 is #4A7A9A. Grayscale: #8F8F8F. Windows color (decimal): -4881051 or 6653365. OLE color: 6653365.

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

Color convert

RGB 181 133 101 -
CMYK 0 0.27 0.44 0.29
HSL 24º 0.35% 0.55% -
HSV(B) 24º 0.44% 0.71% -
XYZ 29.79 27.54 16.06 -
YUV 143.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 181 133 101 0 0.27 0.44 0.29 24 0.35 0.55
Hex B5 85 65 0 1B 2C 1D 18 23 37
Octal 265 205 145 0 33 54 35 30 43 67
Binary 10110101 10000101 1100101 0 11011 101100 11101 11000 100011 110111

Color Harmonies of #B58565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58565

Black with #B58565

Text Example


Text Example

White with #B58565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58565; }

 p { color: rgb(181,133,101); }

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

background-color css

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

 a { background-color: rgb(181,133,101); }

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

border-color css

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

 span { border-color: rgb(181,133,101); }

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