#BE4B26

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

Shades of Trinidad #BE4B26

Tints of Trinidad #BE4B26

Color information

#BE4B26 (or 0xBE4B26) is unknown color: approx Trinidad. HEX triplet: BE, 4B and 26. RGB value is (190,75,38). Sum of RGB (Red+Green+Blue) = 190+75+38=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B26 is #41B4D9. Grayscale: #696969. Windows color (decimal): -4306138 or 2509758. OLE color: 2509758.

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

Color convert

RGB1907538-
CMYK00.610.80.25
HSL14.61º66.67%44.71%-
HSV(B)14.61º80%74.51%-
XYZ24.116.123.67-
YUV105.1790.1188.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.71%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 38 (15.23% from 255) = 12.54%
R=62.71%
G=24.75%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190753800.610.80.2514.6166.6744.71
HexBE4B2603D5019f432d
Octal27611346075120311710355
Binary101111101001011100110011110110100001100111111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B26; }

 p { color: rgb(190,75,38); }

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

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

 a { background-color: rgb(190,75,38); }

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

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

 span { border-color: rgb(190,75,38); }

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