Shades of Trinidad #BB4723
Tints of Trinidad #BB4723
RGB
CMYK
RGB Variations
Color information
#BB4723 (or 0xBB4723) is known color: Trinidad. HEX triplet: BB, 47 and 23. RGB value is (187,71,35). Sum of RGB (Red+Green+Blue) = 187+71+35=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4723 is #44B8DC. Grayscale: #656565. Windows color (decimal): -4503773 or 2312123. OLE color: 2312123.
HSL color Cylindrical-coordinate representation of color #BB4723: hue angle of 14.21º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB4723 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 35 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.27 |
| HSL | 14.21º | 0.68% | 0.44% | - |
| HSV(B) | 14.21º | 0.81% | 0.73% | - |
| XYZ | 23.05 | 15.19 | 3.31 | - |
| YUV | 101.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 35 | 0 | 0.62 | 0.81 | 0.27 | 14.21 | 0.68 | 0.44 |
| Hex | BB | 47 | 23 | 0 | 3E | 51 | 1B | E | 44 | 2C |
| Octal | 273 | 107 | 43 | 0 | 76 | 121 | 33 | 16 | 104 | 54 |
| Binary | 10111011 | 1000111 | 100011 | 0 | 111110 | 1010001 | 11011 | 1110 | 1000100 | 101100 |
Color Harmonies of #BB4723
Complementary color
Monochromatic Colors of #BB4723
Black with #BB4723
Text Example
Text Example
White with #BB4723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4723; }
p { color: rgb(187,71,35); }
H1.HeaderClassName
{
color: #BB4723;
}
.AnyTagClassName
{
color: #BB4723;
}
</style>
background-color css
<style>
a { background-color: #BB4723; }
a { background-color: rgb(187,71,35); }
div.DivClassName
{
background-color: #BB4723;
}
.BgClassName
{
background-color: #BB4723;
}
</style>
border-color css
<style>
span { border-color: #BB4723; }
span { border-color: rgb(187,71,35); }
td.TdClassName
{
border-color: #BB4723;
}
.TagClassName
{
border-color: #BB4723;
}
</style>