#BE5533

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

Shades of Trinidad #BE5533

Tints of Trinidad #BE5533

Color information

#BE5533 (or 0xBE5533) is unknown color: approx Trinidad. HEX triplet: BE, 55 and 33. RGB value is (190,85,51). Sum of RGB (Red+Green+Blue) = 190+85+51=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5533 is #41AACC. Grayscale: #707070. Windows color (decimal): -4303565 or 3364286. OLE color: 3364286.

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

Color convert

RGB1908551-
CMYK00.550.730.25
HSL14.68º57.68%47.25%-
HSV(B)14.68º73.16%74.51%-
XYZ25.0817.685.22-
YUV112.5293.29183.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 51 (20.31% from 255) = 15.64%
R=58.28%
G=26.07%
B=15.64%

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
Decimal190855100.550.730.2514.6857.6847.25
HexBE55330374919f3a2f
Octal2761256306711131177257
Binary10111110101010111001101101111001001110011111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5533; }

 p { color: rgb(190,85,51); }

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

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

 a { background-color: rgb(190,85,51); }

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

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

 span { border-color: rgb(190,85,51); }

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