#BE502C

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

Shades of Trinidad #BE502C

Tints of Trinidad #BE502C

Color information

#BE502C (or 0xBE502C) is unknown color: approx Trinidad. HEX triplet: BE, 50 and 2C. RGB value is (190,80,44). Sum of RGB (Red+Green+Blue) = 190+80+44=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE502C is #41AFD3. Grayscale: #6D6D6D. Windows color (decimal): -4304852 or 2904254. OLE color: 2904254.

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

Color convert

RGB1908044-
CMYK00.580.770.25
HSL14.79º62.39%45.88%-
HSV(B)14.79º76.84%74.51%-
XYZ24.5616.874.34-
YUV108.7991.44185.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.51%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 44 (17.58% from 255) = 14.01%
R=60.51%
G=25.48%
B=14.01%

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
Decimal190804400.580.770.2514.7962.3945.88
HexBE502C03A4D19f3e2e
Octal2761205407211531177656
Binary10111110101000010110001110101001101110011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE502C; }

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

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

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

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

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

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

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

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