#BE5634

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

Shades of Trinidad #BE5634

Tints of Trinidad #BE5634

Color information

#BE5634 (or 0xBE5634) is unknown color: approx Trinidad. HEX triplet: BE, 56 and 34. RGB value is (190,86,52). Sum of RGB (Red+Green+Blue) = 190+86+52=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5634 is #41A9CB. Grayscale: #717171. Windows color (decimal): -4303308 or 3430078. OLE color: 3430078.

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

Color convert

RGB1908652-
CMYK00.550.730.25
HSL14.78º57.02%47.45%-
HSV(B)14.78º72.63%74.51%-
XYZ25.1817.855.37-
YUV113.2293.46182.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.93%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 52 (20.70% from 255) = 15.85%
R=57.93%
G=26.22%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190865200.550.730.2514.7857.0247.45
HexBE56340374919f392f
Octal2761266406711131177157
Binary10111110101011011010001101111001001110011111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5634; }

 p { color: rgb(190,86,52); }

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

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

 a { background-color: rgb(190,86,52); }

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

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

 span { border-color: rgb(190,86,52); }

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