#be4325

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

Shades of Trinidad #BE4325

Tints of Trinidad #BE4325

Color information

#BE4325 (or 0xBE4325) is unknown color: approx Trinidad. HEX triplet: BE, 43 and 25. RGB value is (190,67,37). Sum of RGB (Red+Green+Blue) = 190+67+37=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4325 is #41BCDA. Grayscale: #646464. Windows color (decimal): -4308187 or 2442174. OLE color: 2442174.

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

Color convert

RGB1906737-
CMYK00.650.810.25
HSL11.76º67.4%44.51%-
HSV(B)11.76º80.53%74.51%-
XYZ23.5815.13.42-
YUV100.3692.25191.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.63%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=64.63%
G=22.79%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190673700.650.810.2511.7667.444.51
HexBE43250415119c432d
Octal276103450101121311410355
Binary1011111010000111001010100000110100011100111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be4325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be4325; }

 p { color: rgb(190,67,37); }

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

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

 a { background-color: rgb(190,67,37); }

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

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

 span { border-color: rgb(190,67,37); }

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