Shades of Roti #BD993C
Tints of Roti #BD993C
RGB
CMYK
RGB Variations
Color information
#BD993C (or 0xBD993C) is known color: Roti. HEX triplet: BD, 99 and 3C. RGB value is (189,153,60). Sum of RGB (Red+Green+Blue) = 189+153+60=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD993C is #4266C3. Grayscale: #999999. Windows color (decimal): -4351684 or 3971517. OLE color: 3971517.
HSL color Cylindrical-coordinate representation of color #BD993C: hue angle of 43.26º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD993C is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 60 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.26 |
| HSL | 43.26º | 0.52% | 0.49% | - |
| HSV(B) | 43.26º | 0.68% | 0.74% | - |
| XYZ | 33.19 | 33.93 | 9.07 | - |
| YUV | 153.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 60 | 0 | 0.19 | 0.68 | 0.26 | 43.26 | 0.52 | 0.49 |
| Hex | BD | 99 | 3C | 0 | 13 | 44 | 1A | 2B | 34 | 31 |
| Octal | 275 | 231 | 74 | 0 | 23 | 104 | 32 | 53 | 64 | 61 |
| Binary | 10111101 | 10011001 | 111100 | 0 | 10011 | 1000100 | 11010 | 101011 | 110100 | 110001 |
Color Harmonies of #BD993C
Complementary color
Monochromatic Colors of #BD993C
Black with #BD993C
Text Example
Text Example
White with #BD993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD993C; }
p { color: rgb(189,153,60); }
H1.HeaderClassName
{
color: #BD993C;
}
.AnyTagClassName
{
color: #BD993C;
}
</style>
background-color css
<style>
a { background-color: #BD993C; }
a { background-color: rgb(189,153,60); }
div.DivClassName
{
background-color: #BD993C;
}
.BgClassName
{
background-color: #BD993C;
}
</style>
border-color css
<style>
span { border-color: #BD993C; }
span { border-color: rgb(189,153,60); }
td.TdClassName
{
border-color: #BD993C;
}
.TagClassName
{
border-color: #BD993C;
}
</style>