#BE4A29

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

Shades of Trinidad #BE4A29

Tints of Trinidad #BE4A29

Color information

#BE4A29 (or 0xBE4A29) is unknown color: approx Trinidad. HEX triplet: BE, 4A and 29. RGB value is (190,74,41). Sum of RGB (Red+Green+Blue) = 190+74+41=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A29 is #41B5D6. Grayscale: #696969. Windows color (decimal): -4306391 or 2706110. OLE color: 2706110.

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

Color convert

RGB1907441-
CMYK00.610.780.25
HSL13.29º64.5%45.29%-
HSV(B)13.29º78.42%74.51%-
XYZ24.08163.92-
YUV104.9291.93188.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.30%
GREEN value IS 74 (29.30% from 255) = 24.26%
BLUE value IS 41 (16.41% from 255) = 13.44%
R=62.30%
G=24.26%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190744100.610.780.2513.2964.545.29
HexBE4A2903D4E19d412d
Octal27611251075116311510155
Binary101111101001010101001011110110011101100111011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A29; }

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

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

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

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

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

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

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

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