#BE532C

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

Shades of Trinidad #BE532C

Tints of Trinidad #BE532C

Color information

#BE532C (or 0xBE532C) is unknown color: approx Trinidad. HEX triplet: BE, 53 and 2C. RGB value is (190,83,44). Sum of RGB (Red+Green+Blue) = 190+83+44=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE532C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE532C is #41ACD3. Grayscale: #6E6E6E. Windows color (decimal): -4304084 or 2905022. OLE color: 2905022.

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

Color convert

RGB1908344-
CMYK00.560.770.25
HSL16.03º62.39%45.88%-
HSV(B)16.03º76.84%74.51%-
XYZ24.7817.324.42-
YUV110.5590.45184.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.94%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 44 (17.58% from 255) = 13.88%
R=59.94%
G=26.18%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190834400.560.770.2516.0362.3945.88
HexBE532C0384D19103e2e
Octal2761235407011531207656
Binary101111101010011101100011100010011011100110000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE532C; }

 p { color: rgb(190,83,44); }

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

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

 a { background-color: rgb(190,83,44); }

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

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

 span { border-color: rgb(190,83,44); }

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