Shades of Trinidad #BF4823
Tints of Trinidad #BF4823
RGB
CMYK
RGB Variations
Color information
#BF4823 (or 0xBF4823) is known color: Trinidad. HEX triplet: BF, 48 and 23. RGB value is (191,72,35). Sum of RGB (Red+Green+Blue) = 191+72+35=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4823 is #40B7DC. Grayscale: #676767. Windows color (decimal): -4241373 or 2312383. OLE color: 2312383.
HSL color Cylindrical-coordinate representation of color #BF4823: hue angle of 14.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF4823 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 35 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.25 |
| HSL | 14.23º | 0.69% | 0.44% | - |
| HSV(B) | 14.23º | 0.82% | 0.75% | - |
| XYZ | 24.11 | 15.83 | 3.38 | - |
| YUV | 103.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 35 | 0 | 0.62 | 0.82 | 0.25 | 14.23 | 0.69 | 0.44 |
| Hex | BF | 48 | 23 | 0 | 3E | 52 | 19 | E | 45 | 2C |
| Octal | 277 | 110 | 43 | 0 | 76 | 122 | 31 | 16 | 105 | 54 |
| Binary | 10111111 | 1001000 | 100011 | 0 | 111110 | 1010010 | 11001 | 1110 | 1000101 | 101100 |
Color Harmonies of #BF4823
Complementary color
Monochromatic Colors of #BF4823
Black with #BF4823
Text Example
Text Example
White with #BF4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4823; }
p { color: rgb(191,72,35); }
H1.HeaderClassName
{
color: #BF4823;
}
.AnyTagClassName
{
color: #BF4823;
}
</style>
background-color css
<style>
a { background-color: #BF4823; }
a { background-color: rgb(191,72,35); }
div.DivClassName
{
background-color: #BF4823;
}
.BgClassName
{
background-color: #BF4823;
}
</style>
border-color css
<style>
span { border-color: #BF4823; }
span { border-color: rgb(191,72,35); }
td.TdClassName
{
border-color: #BF4823;
}
.TagClassName
{
border-color: #BF4823;
}
</style>