Shades of Barley Corn #B38F68
Tints of Barley Corn #B38F68
RGB
CMYK
RGB Variations
Color information
#B38F68 (or 0xB38F68) is known color: Barley Corn. HEX triplet: B3, 8F and 68. RGB value is (179,143,104). Sum of RGB (Red+Green+Blue) = 179+143+104=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F68 is #4C7097. Grayscale: #959595. Windows color (decimal): -5009560 or 6852531. OLE color: 6852531.
HSL color Cylindrical-coordinate representation of color #B38F68: hue angle of 31.2º 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 #B38F68 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 104 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.30 |
| HSL | 31.2º | 0.33% | 0.55% | - |
| HSV(B) | 31.2º | 0.42% | 0.7% | - |
| XYZ | 30.91 | 30.23 | 17.3 | - |
| YUV | 149.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 104 | 0 | 0.20 | 0.42 | 0.30 | 31.2 | 0.33 | 0.55 |
| Hex | B3 | 8F | 68 | 0 | 14 | 2A | 1E | 1F | 21 | 37 |
| Octal | 263 | 217 | 150 | 0 | 24 | 52 | 36 | 37 | 41 | 67 |
| Binary | 10110011 | 10001111 | 1101000 | 0 | 10100 | 101010 | 11110 | 11111 | 100001 | 110111 |
Color Harmonies of #B38F68
Complementary color
Monochromatic Colors of #B38F68
Black with #B38F68
Text Example
Text Example
White with #B38F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F68; }
p { color: rgb(179,143,104); }
H1.HeaderClassName
{
color: #B38F68;
}
.AnyTagClassName
{
color: #B38F68;
}
</style>
background-color css
<style>
a { background-color: #B38F68; }
a { background-color: rgb(179,143,104); }
div.DivClassName
{
background-color: #B38F68;
}
.BgClassName
{
background-color: #B38F68;
}
</style>
border-color css
<style>
span { border-color: #B38F68; }
span { border-color: rgb(179,143,104); }
td.TdClassName
{
border-color: #B38F68;
}
.TagClassName
{
border-color: #B38F68;
}
</style>