#BE4E20

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

Shades of Trinidad #BE4E20

Tints of Trinidad #BE4E20

Color information

#BE4E20 (or 0xBE4E20) is unknown color: approx Trinidad. HEX triplet: BE, 4E and 20. RGB value is (190,78,32). Sum of RGB (Red+Green+Blue) = 190+78+32=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E20 is #41B1DF. Grayscale: #6A6A6A. Windows color (decimal): -4305376 or 2117310. OLE color: 2117310.

HSL color Cylindrical-coordinate representation of color #BE4E20: hue angle of 17.47º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE4E20 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1907832-
CMYK00.590.830.25
HSL17.47º71.17%43.53%-
HSV(B)17.47º83.16%74.51%-
XYZ24.2216.53.27-
YUV106.2486.11187.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.33%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 32 (12.89% from 255) = 10.67%
R=63.33%
G=26%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190783200.590.830.2517.4771.1743.53
HexBE4E2003B531911472c
Octal27611640073123312110754
Binary1011111010011101000000111011101001111001100011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E20; }

 p { color: rgb(190,78,32); }

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

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

 a { background-color: rgb(190,78,32); }

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

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

 span { border-color: rgb(190,78,32); }

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