Html Css Color HEX #B58265 Medium Wood

📋 copy color: '#B58265'

red 181 ◦ green 130 ◦ blue 101

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

Shades of Medium Wood #B58265

Tints of Medium Wood #B58265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.55%

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

R = 43.93%
G = 31.55%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B58265 (or 0xB58265) is known color: Medium Wood. HEX triplet: B5, 82 and 65. RGB value is (181,130,101). Sum of RGB (Red+Green+Blue) = 181+130+101=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B58265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58265 is #4A7D9A. Grayscale: #8E8E8E. Windows color (decimal): -4881819 or 6652597. OLE color: 6652597.

HSL color Cylindrical-coordinate representation of color #B58265: hue angle of 21.75º 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 #B58265 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 130 101 -
CMYK 0 0.28 0.44 0.29
HSL 21.75º 0.35% 0.55% -
HSV(B) 21.75º 0.44% 0.71% -
XYZ 29.39 26.73 15.92 -
YUV 141.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 181 130 101 0 0.28 0.44 0.29 21.75 0.35 0.55
Hex B5 82 65 0 1C 2C 1D 16 23 37
Octal 265 202 145 0 34 54 35 26 43 67
Binary 10110101 10000010 1100101 0 11100 101100 11101 10110 100011 110111

Color Harmonies of #B58265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58265

Black with #B58265

Text Example


Text Example

White with #B58265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58265; }

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

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

background-color css

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

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

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

border-color css

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

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

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