Shades of Trinidad #BF5325
Tints of Trinidad #BF5325
RGB
CMYK
RGB Variations
Color information
#BF5325 (or 0xBF5325) is known color: Trinidad. HEX triplet: BF, 53 and 25. RGB value is (191,83,37). Sum of RGB (Red+Green+Blue) = 191+83+37=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5325 is #40ACDA. Grayscale: #6E6E6E. Windows color (decimal): -4238555 or 2446271. OLE color: 2446271.
HSL color Cylindrical-coordinate representation of color #BF5325: hue angle of 17.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF5325 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 37 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.25 |
| HSL | 17.92º | 0.68% | 0.45% | - |
| HSV(B) | 17.92º | 0.81% | 0.75% | - |
| XYZ | 24.91 | 17.4 | 3.8 | - |
| YUV | 110.05 | 86.78 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 37 | 0 | 0.57 | 0.81 | 0.25 | 17.92 | 0.68 | 0.45 |
| Hex | BF | 53 | 25 | 0 | 39 | 51 | 19 | 12 | 44 | 2D |
| Octal | 277 | 123 | 45 | 0 | 71 | 121 | 31 | 22 | 104 | 55 |
| Binary | 10111111 | 1010011 | 100101 | 0 | 111001 | 1010001 | 11001 | 10010 | 1000100 | 101101 |
Color Harmonies of #BF5325
Complementary color
Monochromatic Colors of #BF5325
Black with #BF5325
Text Example
Text Example
White with #BF5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5325; }
p { color: rgb(191,83,37); }
H1.HeaderClassName
{
color: #BF5325;
}
.AnyTagClassName
{
color: #BF5325;
}
</style>
background-color css
<style>
a { background-color: #BF5325; }
a { background-color: rgb(191,83,37); }
div.DivClassName
{
background-color: #BF5325;
}
.BgClassName
{
background-color: #BF5325;
}
</style>
border-color css
<style>
span { border-color: #BF5325; }
span { border-color: rgb(191,83,37); }
td.TdClassName
{
border-color: #BF5325;
}
.TagClassName
{
border-color: #BF5325;
}
</style>