#BE4922

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

Shades of Trinidad #BE4922

Tints of Trinidad #BE4922

Color information

#BE4922 (or 0xBE4922) is unknown color: approx Trinidad. HEX triplet: BE, 49 and 22. RGB value is (190,73,34). Sum of RGB (Red+Green+Blue) = 190+73+34=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4922 is #41B6DD. Grayscale: #676767. Windows color (decimal): -4306654 or 2247102. OLE color: 2247102.

HSL color Cylindrical-coordinate representation of color #BE4922: hue angle of 15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE4922 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB1907334-
CMYK00.620.820.25
HSL15º69.64%43.92%-
HSV(B)15º82.11%74.51%-
XYZ23.9115.833.31-
YUV103.5488.76189.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.97%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 34 (13.67% from 255) = 11.45%
R=63.97%
G=24.58%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190733400.620.820.251569.6443.92
HexBE492203E5219f462c
Octal27611142076122311710654
Binary101111101001001100010011111010100101100111111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4922; }

 p { color: rgb(190,73,34); }

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

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

 a { background-color: rgb(190,73,34); }

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

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

 span { border-color: rgb(190,73,34); }

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