#BE4E27

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

Shades of Trinidad #BE4E27

Tints of Trinidad #BE4E27

Color information

#BE4E27 (or 0xBE4E27) is unknown color: approx Trinidad. HEX triplet: BE, 4E and 27. RGB value is (190,78,39). Sum of RGB (Red+Green+Blue) = 190+78+39=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E27 is #41B1D8. Grayscale: #6B6B6B. Windows color (decimal): -4305369 or 2576062. OLE color: 2576062.

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

Color convert

RGB1907839-
CMYK00.590.790.25
HSL15.5º65.94%44.9%-
HSV(B)15.5º79.47%74.51%-
XYZ24.3316.543.83-
YUV107.0489.61187.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.89%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=61.89%
G=25.41%
B=12.70%

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
Decimal190783900.590.790.2515.565.9444.9
HexBE4E2703B4F19f422d
Octal27611647073117311710255
Binary101111101001110100111011101110011111100111111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E27; }

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

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

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

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

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

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

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

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