#BE4729

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

Shades of Trinidad #BE4729

Tints of Trinidad #BE4729

Color information

#BE4729 (or 0xBE4729) is unknown color: approx Trinidad. HEX triplet: BE, 47 and 29. RGB value is (190,71,41). Sum of RGB (Red+Green+Blue) = 190+71+41=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4729 is #41B8D6. Grayscale: #676767. Windows color (decimal): -4307159 or 2705342. OLE color: 2705342.

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

Color convert

RGB1907141-
CMYK00.630.780.25
HSL12.08º64.5%45.29%-
HSV(B)12.08º78.42%74.51%-
XYZ23.8915.613.85-
YUV103.1692.92189.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 41 (16.41% from 255) = 13.58%
R=62.91%
G=23.51%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190714100.630.780.2512.0864.545.29
HexBE472903F4E19c412d
Octal27610751077116311410155
Binary101111101000111101001011111110011101100111001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4729; }

 p { color: rgb(190,71,41); }

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

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

 a { background-color: rgb(190,71,41); }

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

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

 span { border-color: rgb(190,71,41); }

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