Shades of Trinidad #BB532F
Tints of Trinidad #BB532F
RGB
CMYK
RGB Variations
Color information
#BB532F (or 0xBB532F) is known color: Trinidad. HEX triplet: BB, 53 and 2F. RGB value is (187,83,47). Sum of RGB (Red+Green+Blue) = 187+83+47=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB532F is #44ACD0. Grayscale: #6E6E6E. Windows color (decimal): -4500689 or 3101627. OLE color: 3101627.
HSL color Cylindrical-coordinate representation of color #BB532F: hue angle of 15.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB532F is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 47 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.27 |
| HSL | 15.43º | 0.6% | 0.46% | - |
| HSV(B) | 15.43º | 0.75% | 0.73% | - |
| XYZ | 24.1 | 16.96 | 4.69 | - |
| YUV | 109.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 47 | 0 | 0.56 | 0.75 | 0.27 | 15.43 | 0.6 | 0.46 |
| Hex | BB | 53 | 2F | 0 | 38 | 4B | 1B | F | 3C | 2E |
| Octal | 273 | 123 | 57 | 0 | 70 | 113 | 33 | 17 | 74 | 56 |
| Binary | 10111011 | 1010011 | 101111 | 0 | 111000 | 1001011 | 11011 | 1111 | 111100 | 101110 |
Color Harmonies of #BB532F
Complementary color
Monochromatic Colors of #BB532F
Black with #BB532F
Text Example
Text Example
White with #BB532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB532F; }
p { color: rgb(187,83,47); }
H1.HeaderClassName
{
color: #BB532F;
}
.AnyTagClassName
{
color: #BB532F;
}
</style>
background-color css
<style>
a { background-color: #BB532F; }
a { background-color: rgb(187,83,47); }
div.DivClassName
{
background-color: #BB532F;
}
.BgClassName
{
background-color: #BB532F;
}
</style>
border-color css
<style>
span { border-color: #BB532F; }
span { border-color: rgb(187,83,47); }
td.TdClassName
{
border-color: #BB532F;
}
.TagClassName
{
border-color: #BB532F;
}
</style>