#B58A68

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

Shades of Medium Wood #B58A68

Tints of Medium Wood #B58A68

Color information

#B58A68 (or 0xB58A68) is unknown color: approx Medium Wood. HEX triplet: B5, 8A and 68. RGB value is (181,138,104). Sum of RGB (Red+Green+Blue) = 181+138+104=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A68 is #4A7597. Grayscale: #939393. Windows color (decimal): -4879768 or 6851253. OLE color: 6851253.

HSL color Cylindrical-coordinate representation of color #B58A68: hue angle of 26.49º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B58A68 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB181138104-
CMYK00.240.430.29
HSL26.49º34.22%55.88%-
HSV(B)26.49º42.54%70.98%-
XYZ30.642917.08-
YUV146.98103.75152.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=42.79%
G=32.62%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113810400.240.430.2926.4934.2255.88
HexB58A680182B1D1a2238
Octal2652121500305335324270
Binary101101011000101011010000110001010111110111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A68; }

 p { color: rgb(181,138,104); }

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

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

 a { background-color: rgb(181,138,104); }

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

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

 span { border-color: rgb(181,138,104); }

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