#BE522A

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

Shades of Trinidad #BE522A

Tints of Trinidad #BE522A

Color information

#BE522A (or 0xBE522A) is unknown color: approx Trinidad. HEX triplet: BE, 52 and 2A. RGB value is (190,82,42). Sum of RGB (Red+Green+Blue) = 190+82+42=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE522A is #41ADD5. Grayscale: #6E6E6E. Windows color (decimal): -4304342 or 2773694. OLE color: 2773694.

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

Color convert

RGB1908242-
CMYK00.570.780.25
HSL16.22º63.79%45.49%-
HSV(B)16.22º77.89%74.51%-
XYZ24.6717.154.2-
YUV109.7389.78185.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.51%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=60.51%
G=26.11%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190824200.570.780.2516.2263.7945.49
HexBE522A0394E1910402d
Octal27612252071116312010055
Binary1011111010100101010100111001100111011001100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE522A; }

 p { color: rgb(190,82,42); }

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

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

 a { background-color: rgb(190,82,42); }

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

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

 span { border-color: rgb(190,82,42); }

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