#B88662

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

Shades of Medium Wood #B88662

Tints of Medium Wood #B88662

Color information

#B88662 (or 0xB88662) is unknown color: approx Medium Wood. HEX triplet: B8, 86 and 62. RGB value is (184,134,98). Sum of RGB (Red+Green+Blue) = 184+134+98=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B88662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88662 is #47799D. Grayscale: #919191. Windows color (decimal): -4684190 or 6457016. OLE color: 6457016.

HSL color Cylindrical-coordinate representation of color #B88662: hue angle of 25.12º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B88662 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB18413498-
CMYK00.270.470.28
HSL25.12º37.72%55.29%-
HSV(B)25.12º46.74%72.16%-
XYZ30.528.1215.38-
YUV144.85101.56155.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=44.23%
G=32.21%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841349800.270.470.2825.1237.7255.29
HexB8866201B2F1C192637
Octal2702061420335734314667
Binary101110001000011011000100110111011111110011001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88662; }

 p { color: rgb(184,134,98); }

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

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

 a { background-color: rgb(184,134,98); }

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

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

 span { border-color: rgb(184,134,98); }

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