#BF4829

Color #BF4829 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #BF4829

Tints of Trinidad #BF4829

Color information

#BF4829 (or 0xBF4829) is unknown color: approx Trinidad. HEX triplet: BF, 48 and 29. RGB value is (191,72,41). Sum of RGB (Red+Green+Blue) = 191+72+41=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4829 is #40B7D6. Grayscale: #686868. Windows color (decimal): -4241367 or 2705599. OLE color: 2705599.

HSL color Cylindrical-coordinate representation of color #BF4829: hue angle of 12.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF4829 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1917241-
CMYK00.620.790.25
HSL12.4º64.66%45.49%-
HSV(B)12.4º78.53%74.9%-
XYZ24.215.873.89-
YUV104.0592.42190.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 62.83%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 41 (16.41% from 255) = 13.49%
R=62.83%
G=23.68%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191724100.620.790.2512.464.6645.49
HexBF482903E4F19c412d
Octal27711051076117311410155
Binary101111111001000101001011111010011111100111001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4829; }

 p { color: rgb(191,72,41); }

 H1.HeaderClassName
 {
   color: #BF4829;
 }
 .AnyTagClassName
 {
   color: #BF4829;
 }
</style>
background-color css

<style>
 a { background-color: #BF4829; }

 a { background-color: rgb(191,72,41); }

 div.DivClassName
 {
   background-color: #BF4829;
 }
 .BgClassName
 {
   background-color: #BF4829;
 }
</style>
border-color css

<style>
 span { border-color: #BF4829; }

 span { border-color: rgb(191,72,41); }

 td.TdClassName
 {
   border-color: #BF4829;
 }
 .TagClassName
 {
   border-color: #BF4829;
 }
</style>