Shades of Roti #B69A3E
Tints of Roti #B69A3E
RGB
CMYK
RGB Variations
Color information
#B69A3E (or 0xB69A3E) is known color: Roti. HEX triplet: B6, 9A and 3E. RGB value is (182,154,62). Sum of RGB (Red+Green+Blue) = 182+154+62=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69A3E is #4965C1. Grayscale: #989898. Windows color (decimal): -4810178 or 4102838. OLE color: 4102838.
HSL color Cylindrical-coordinate representation of color #B69A3E: hue angle of 46º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B69A3E is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 154 | 62 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.29 |
| HSL | 46º | 0.49% | 0.48% | - |
| HSV(B) | 46º | 0.66% | 0.71% | - |
| XYZ | 31.72 | 33.4 | 9.33 | - |
| YUV | 151.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 154 | 62 | 0 | 0.15 | 0.66 | 0.29 | 46 | 0.49 | 0.48 |
| Hex | B6 | 9A | 3E | 0 | F | 42 | 1D | 2E | 31 | 30 |
| Octal | 266 | 232 | 76 | 0 | 17 | 102 | 35 | 56 | 61 | 60 |
| Binary | 10110110 | 10011010 | 111110 | 0 | 1111 | 1000010 | 11101 | 101110 | 110001 | 110000 |
Color Harmonies of #B69A3E
Complementary color
Monochromatic Colors of #B69A3E
Black with #B69A3E
Text Example
Text Example
White with #B69A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69A3E; }
p { color: rgb(182,154,62); }
H1.HeaderClassName
{
color: #B69A3E;
}
.AnyTagClassName
{
color: #B69A3E;
}
</style>
background-color css
<style>
a { background-color: #B69A3E; }
a { background-color: rgb(182,154,62); }
div.DivClassName
{
background-color: #B69A3E;
}
.BgClassName
{
background-color: #B69A3E;
}
</style>
border-color css
<style>
span { border-color: #B69A3E; }
span { border-color: rgb(182,154,62); }
td.TdClassName
{
border-color: #B69A3E;
}
.TagClassName
{
border-color: #B69A3E;
}
</style>