#BE522B

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

Shades of Trinidad #BE522B

Tints of Trinidad #BE522B

Color information

#BE522B (or 0xBE522B) is unknown color: approx Trinidad. HEX triplet: BE, 52 and 2B. RGB value is (190,82,43). Sum of RGB (Red+Green+Blue) = 190+82+43=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE522B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE522B is #41ADD4. Grayscale: #6E6E6E. Windows color (decimal): -4304341 or 2839230. OLE color: 2839230.

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

Color convert

RGB1908243-
CMYK00.570.770.25
HSL15.92º63.09%45.69%-
HSV(B)15.92º77.37%74.51%-
XYZ24.6917.164.3-
YUV109.8590.28185.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.32%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=60.32%
G=26.03%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190824300.570.770.2515.9263.0945.69
HexBE522B0394D19103f2e
Octal2761225307111531207756
Binary101111101010010101011011100110011011100110000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE522B; }

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

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

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

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

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

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

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

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