#B88A68

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

Shades of Medium Wood #B88A68

Tints of Medium Wood #B88A68

Color information

#B88A68 (or 0xB88A68) is unknown color: approx Medium Wood. HEX triplet: B8, 8A and 68. RGB value is (184,138,104). Sum of RGB (Red+Green+Blue) = 184+138+104=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A68 is #477597. Grayscale: #949494. Windows color (decimal): -4683160 or 6851256. OLE color: 6851256.

HSL color Cylindrical-coordinate representation of color #B88A68: hue angle of 25.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B88A68 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184138104-
CMYK00.250.430.28
HSL25.5º36.04%56.47%-
HSV(B)25.5º43.48%72.16%-
XYZ31.3529.3717.11-
YUV147.88103.24153.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=43.19%
G=32.39%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413810400.250.430.2825.536.0456.47
HexB88A680192B1C1a2438
Octal2702121500315334324470
Binary101110001000101011010000110011010111110011010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A68; }

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

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

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

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

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

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

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

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