#BE3321

Color #BE3321 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BE3321

Tints of Harley Davidson Orange #BE3321

Color information

#BE3321 (or 0xBE3321) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 33 and 21. RGB value is (190,51,33). Sum of RGB (Red+Green+Blue) = 190+51+33=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3321 is #41CCDE. Grayscale: #5A5A5A. Windows color (decimal): -4312287 or 2175934. OLE color: 2175934.

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

Color convert

RGB1905133-
CMYK00.730.830.25
HSL6.88º70.4%43.73%-
HSV(B)6.88º82.63%74.51%-
XYZ22.6913.422.83-
YUV90.5195.55198.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.34%
GREEN value IS 51 (20.31% from 255) = 18.61%
BLUE value IS 33 (13.28% from 255) = 12.04%
R=69.34%
G=18.61%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190513300.730.830.256.8870.443.73
HexBE332104953197462c
Octal2766341011112331710654
Binary10111110110011100001010010011010011110011111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3321; }

 p { color: rgb(190,51,33); }

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

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

 a { background-color: rgb(190,51,33); }

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

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

 span { border-color: rgb(190,51,33); }

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