Shades of Barley Corn #B38F66
Tints of Barley Corn #B38F66
RGB
CMYK
RGB Variations
Color information
#B38F66 (or 0xB38F66) is known color: Barley Corn. HEX triplet: B3, 8F and 66. RGB value is (179,143,102). Sum of RGB (Red+Green+Blue) = 179+143+102=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F66 is #4C7099. Grayscale: #959595. Windows color (decimal): -5009562 or 6721459. OLE color: 6721459.
HSL color Cylindrical-coordinate representation of color #B38F66: hue angle of 31.95º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B38F66 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 102 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.30 |
| HSL | 31.95º | 0.34% | 0.55% | - |
| HSV(B) | 31.95º | 0.43% | 0.7% | - |
| XYZ | 30.81 | 30.19 | 16.77 | - |
| YUV | 149.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 102 | 0 | 0.20 | 0.43 | 0.30 | 31.95 | 0.34 | 0.55 |
| Hex | B3 | 8F | 66 | 0 | 14 | 2B | 1E | 20 | 22 | 37 |
| Octal | 263 | 217 | 146 | 0 | 24 | 53 | 36 | 40 | 42 | 67 |
| Binary | 10110011 | 10001111 | 1100110 | 0 | 10100 | 101011 | 11110 | 100000 | 100010 | 110111 |
Color Harmonies of #B38F66
Complementary color
Monochromatic Colors of #B38F66
Black with #B38F66
Text Example
Text Example
White with #B38F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F66; }
p { color: rgb(179,143,102); }
H1.HeaderClassName
{
color: #B38F66;
}
.AnyTagClassName
{
color: #B38F66;
}
</style>
background-color css
<style>
a { background-color: #B38F66; }
a { background-color: rgb(179,143,102); }
div.DivClassName
{
background-color: #B38F66;
}
.BgClassName
{
background-color: #B38F66;
}
</style>
border-color css
<style>
span { border-color: #B38F66; }
span { border-color: rgb(179,143,102); }
td.TdClassName
{
border-color: #B38F66;
}
.TagClassName
{
border-color: #B38F66;
}
</style>