#BF4F29

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

Shades of Trinidad #BF4F29

Tints of Trinidad #BF4F29

Color information

#BF4F29 (or 0xBF4F29) is unknown color: approx Trinidad. HEX triplet: BF, 4F and 29. RGB value is (191,79,41). Sum of RGB (Red+Green+Blue) = 191+79+41=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4F29 is #40B0D6. Grayscale: #6C6C6C. Windows color (decimal): -4239575 or 2707391. OLE color: 2707391.

HSL color Cylindrical-coordinate representation of color #BF4F29: hue angle of 15.2º 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 #BF4F29 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1917941-
CMYK00.590.790.25
HSL15.2º64.66%45.49%-
HSV(B)15.2º78.53%74.9%-
XYZ24.6816.834.05-
YUV108.1690.11187.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.41%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 41 (16.41% from 255) = 13.18%
R=61.41%
G=25.40%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191794100.590.790.2515.264.6645.49
HexBF4F2903B4F19f412d
Octal27711751073117311710155
Binary101111111001111101001011101110011111100111111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F29; }

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

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

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

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

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

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

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

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