Shades of Trinidad #BD522A
Tints of Trinidad #BD522A
RGB
CMYK
RGB Variations
Color information
#BD522A (or 0xBD522A) is known color: Trinidad. HEX triplet: BD, 52 and 2A. RGB value is (189,82,42). Sum of RGB (Red+Green+Blue) = 189+82+42=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD522A is #42ADD5. Grayscale: #6D6D6D. Windows color (decimal): -4369878 or 2773693. OLE color: 2773693.
HSL color Cylindrical-coordinate representation of color #BD522A: hue angle of 16.33º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD522A is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 42 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.26 |
| HSL | 16.33º | 0.64% | 0.45% | - |
| HSV(B) | 16.33º | 0.78% | 0.74% | - |
| XYZ | 24.42 | 17.02 | 4.19 | - |
| YUV | 109.43 | 89.95 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 42 | 0 | 0.57 | 0.78 | 0.26 | 16.33 | 0.64 | 0.45 |
| Hex | BD | 52 | 2A | 0 | 39 | 4E | 1A | 10 | 40 | 2D |
| Octal | 275 | 122 | 52 | 0 | 71 | 116 | 32 | 20 | 100 | 55 |
| Binary | 10111101 | 1010010 | 101010 | 0 | 111001 | 1001110 | 11010 | 10000 | 1000000 | 101101 |
Color Harmonies of #BD522A
Complementary color
Monochromatic Colors of #BD522A
Black with #BD522A
Text Example
Text Example
White with #BD522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD522A; }
p { color: rgb(189,82,42); }
H1.HeaderClassName
{
color: #BD522A;
}
.AnyTagClassName
{
color: #BD522A;
}
</style>
background-color css
<style>
a { background-color: #BD522A; }
a { background-color: rgb(189,82,42); }
div.DivClassName
{
background-color: #BD522A;
}
.BgClassName
{
background-color: #BD522A;
}
</style>
border-color css
<style>
span { border-color: #BD522A; }
span { border-color: rgb(189,82,42); }
td.TdClassName
{
border-color: #BD522A;
}
.TagClassName
{
border-color: #BD522A;
}
</style>