Html Css Color HEX #B58264 Medium Wood

📋 copy color: '#B58264'

red 181 ◦ green 130 ◦ blue 100

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

Shades of Medium Wood #B58264

Tints of Medium Wood #B58264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.33%

R = 44.04%
G = 31.63%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B58264 (or 0xB58264) is known color: Medium Wood. HEX triplet: B5, 82 and 64. RGB value is (181,130,100). Sum of RGB (Red+Green+Blue) = 181+130+100=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B58264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58264 is #4A7D9B. Grayscale: #8E8E8E. Windows color (decimal): -4881820 or 6587061. OLE color: 6587061.

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

Color convert

RGB 181 130 100 -
CMYK 0 0.28 0.45 0.29
HSL 22.22º 0.35% 0.55% -
HSV(B) 22.22º 0.45% 0.71% -
XYZ 29.34 26.71 15.67 -
YUV 141.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 181 130 100 0 0.28 0.45 0.29 22.22 0.35 0.55
Hex B5 82 64 0 1C 2D 1D 16 23 37
Octal 265 202 144 0 34 55 35 26 43 67
Binary 10110101 10000010 1100100 0 11100 101101 11101 10110 100011 110111

Color Harmonies of #B58264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58264

Black with #B58264

Text Example


Text Example

White with #B58264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58264; }

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

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

background-color css

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

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

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

border-color css

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

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

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