Shades of Barley Corn #B38F67
Tints of Barley Corn #B38F67
RGB
CMYK
RGB Variations
Color information
#B38F67 (or 0xB38F67) is known color: Barley Corn. HEX triplet: B3, 8F and 67. RGB value is (179,143,103). Sum of RGB (Red+Green+Blue) = 179+143+103=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F67 is #4C7098. Grayscale: #959595. Windows color (decimal): -5009561 or 6786995. OLE color: 6786995.
HSL color Cylindrical-coordinate representation of color #B38F67: hue angle of 31.58º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38F67 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 103 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.30 |
| HSL | 31.58º | 0.33% | 0.55% | - |
| HSV(B) | 31.58º | 0.42% | 0.7% | - |
| XYZ | 30.86 | 30.21 | 17.04 | - |
| YUV | 149.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 103 | 0 | 0.20 | 0.42 | 0.30 | 31.58 | 0.33 | 0.55 |
| Hex | B3 | 8F | 67 | 0 | 14 | 2A | 1E | 20 | 21 | 37 |
| Octal | 263 | 217 | 147 | 0 | 24 | 52 | 36 | 40 | 41 | 67 |
| Binary | 10110011 | 10001111 | 1100111 | 0 | 10100 | 101010 | 11110 | 100000 | 100001 | 110111 |
Color Harmonies of #B38F67
Complementary color
Monochromatic Colors of #B38F67
Black with #B38F67
Text Example
Text Example
White with #B38F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F67; }
p { color: rgb(179,143,103); }
H1.HeaderClassName
{
color: #B38F67;
}
.AnyTagClassName
{
color: #B38F67;
}
</style>
background-color css
<style>
a { background-color: #B38F67; }
a { background-color: rgb(179,143,103); }
div.DivClassName
{
background-color: #B38F67;
}
.BgClassName
{
background-color: #B38F67;
}
</style>
border-color css
<style>
span { border-color: #B38F67; }
span { border-color: rgb(179,143,103); }
td.TdClassName
{
border-color: #B38F67;
}
.TagClassName
{
border-color: #B38F67;
}
</style>