Shades of Barley Corn #B18F67
Tints of Barley Corn #B18F67
RGB
CMYK
RGB Variations
Color information
#B18F67 (or 0xB18F67) is known color: Barley Corn. HEX triplet: B1, 8F and 67. RGB value is (177,143,103). Sum of RGB (Red+Green+Blue) = 177+143+103=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F67 is #4E7098. Grayscale: #949494. Windows color (decimal): -5140633 or 6786993. OLE color: 6786993.
HSL color Cylindrical-coordinate representation of color #B18F67: hue angle of 32.43º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B18F67 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 103 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.31 |
| HSL | 32.43º | 0.32% | 0.55% | - |
| HSV(B) | 32.43º | 0.42% | 0.69% | - |
| XYZ | 30.4 | 29.97 | 17.01 | - |
| YUV | 148.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 103 | 0 | 0.19 | 0.42 | 0.31 | 32.43 | 0.32 | 0.55 |
| Hex | B1 | 8F | 67 | 0 | 13 | 2A | 1F | 20 | 20 | 37 |
| Octal | 261 | 217 | 147 | 0 | 23 | 52 | 37 | 40 | 40 | 67 |
| Binary | 10110001 | 10001111 | 1100111 | 0 | 10011 | 101010 | 11111 | 100000 | 100000 | 110111 |
Color Harmonies of #B18F67
Complementary color
Monochromatic Colors of #B18F67
Black with #B18F67
Text Example
Text Example
White with #B18F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F67; }
p { color: rgb(177,143,103); }
H1.HeaderClassName
{
color: #B18F67;
}
.AnyTagClassName
{
color: #B18F67;
}
</style>
background-color css
<style>
a { background-color: #B18F67; }
a { background-color: rgb(177,143,103); }
div.DivClassName
{
background-color: #B18F67;
}
.BgClassName
{
background-color: #B18F67;
}
</style>
border-color css
<style>
span { border-color: #B18F67; }
span { border-color: rgb(177,143,103); }
td.TdClassName
{
border-color: #B18F67;
}
.TagClassName
{
border-color: #B18F67;
}
</style>