Shades of Medium Wood #B88A68
Tints of Medium Wood #B88A68
RGB
CMYK
RGB Variations
Color information
#B88A68 (or 0xB88A68) is known color: 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
| RGB | 184 | 138 | 104 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.28 |
| HSL | 25.5º | 0.36% | 0.56% | - |
| HSV(B) | 25.5º | 0.43% | 0.72% | - |
| XYZ | 31.35 | 29.37 | 17.11 | - |
| YUV | 147.88 | 103.24 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 104 | 0 | 0.25 | 0.43 | 0.28 | 25.5 | 0.36 | 0.56 |
| Hex | B8 | 8A | 68 | 0 | 19 | 2B | 1C | 1A | 24 | 38 |
| Octal | 270 | 212 | 150 | 0 | 31 | 53 | 34 | 32 | 44 | 70 |
| Binary | 10111000 | 10001010 | 1101000 | 0 | 11001 | 101011 | 11100 | 11010 | 100100 | 111000 |
Color Harmonies of #B88A68
Complementary color
Monochromatic Colors of #B88A68
Black with #B88A68
Text Example
Text Example
White with #B88A68
Text Example
Text Example
HTML Codes & Css Web 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>