#BE4F2C

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

Shades of Trinidad #BE4F2C

Tints of Trinidad #BE4F2C

Color information

#BE4F2C (or 0xBE4F2C) is unknown color: approx Trinidad. HEX triplet: BE, 4F and 2C. RGB value is (190,79,44). Sum of RGB (Red+Green+Blue) = 190+79+44=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4F2C is #41B0D3. Grayscale: #6C6C6C. Windows color (decimal): -4305108 or 2903998. OLE color: 2903998.

HSL color Cylindrical-coordinate representation of color #BE4F2C: hue angle of 14.38º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE4F2C is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1907944-
CMYK00.580.770.25
HSL14.38º62.39%45.88%-
HSV(B)14.38º76.84%74.51%-
XYZ24.4916.724.32-
YUV108.291.77186.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.70%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 44 (17.58% from 255) = 14.06%
R=60.70%
G=25.24%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190794400.580.770.2514.3862.3945.88
HexBE4F2C03A4D19e3e2e
Octal2761175407211531167656
Binary10111110100111110110001110101001101110011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4F2C; }

 p { color: rgb(190,79,44); }

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

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

 a { background-color: rgb(190,79,44); }

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

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

 span { border-color: rgb(190,79,44); }

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