#B68262

Color #B68262 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B68262

Tints of Medium Wood #B68262

Color information

#B68262 (or 0xB68262) is unknown color: approx Medium Wood. HEX triplet: B6, 82 and 62. RGB value is (182,130,98). Sum of RGB (Red+Green+Blue) = 182+130+98=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B68262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68262 is #497D9D. Grayscale: #8E8E8E. Windows color (decimal): -4816286 or 6455990. OLE color: 6455990.

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

Color convert

RGB18213098-
CMYK00.290.460.29
HSL22.86º36.52%54.9%-
HSV(B)22.86º46.15%71.37%-
XYZ29.4826.7915.17-
YUV141.9103.23156.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 98 (38.67% from 255) = 23.90%
R=44.39%
G=31.71%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821309800.290.460.2922.8636.5254.9
HexB6826201D2E1D172537
Octal2662021420355635274567
Binary101101101000001011000100111011011101110110111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68262; }

 p { color: rgb(182,130,98); }

 H1.HeaderClassName
 {
   color: #B68262;
 }
 .AnyTagClassName
 {
   color: #B68262;
 }
</style>
background-color css

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

 a { background-color: rgb(182,130,98); }

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

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

 span { border-color: rgb(182,130,98); }

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