#BE5031

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

Shades of Trinidad #BE5031

Tints of Trinidad #BE5031

Color information

#BE5031 (or 0xBE5031) is unknown color: approx Trinidad. HEX triplet: BE, 50 and 31. RGB value is (190,80,49). Sum of RGB (Red+Green+Blue) = 190+80+49=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5031 is #41AFCE. Grayscale: #6D6D6D. Windows color (decimal): -4304847 or 3231934. OLE color: 3231934.

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

Color convert

RGB1908049-
CMYK00.580.740.25
HSL13.19º59%46.86%-
HSV(B)13.19º74.21%74.51%-
XYZ24.6616.914.87-
YUV109.3693.94185.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 49 (19.53% from 255) = 15.36%
R=59.56%
G=25.08%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190804900.580.740.2513.195946.86
HexBE503103A4A19d3b2f
Octal2761206107211231157357
Binary10111110101000011000101110101001010110011101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5031; }

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

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

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

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

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

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

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

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