#BE3222

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

Shades of Harley Davidson Orange #BE3222

Tints of Harley Davidson Orange #BE3222

Color information

#BE3222 (or 0xBE3222) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 32 and 22. RGB value is (190,50,34). Sum of RGB (Red+Green+Blue) = 190+50+34=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3222 is #41CDDD. Grayscale: #5A5A5A. Windows color (decimal): -4312542 or 2241214. OLE color: 2241214.

HSL color Cylindrical-coordinate representation of color #BE3222: hue angle of 6.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 #BE3222 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB1905034-
CMYK00.740.820.25
HSL6.15º69.64%43.92%-
HSV(B)6.15º82.11%74.51%-
XYZ22.6613.342.89-
YUV90.0496.38199.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.34%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 34 (13.67% from 255) = 12.41%
R=69.34%
G=18.25%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190503400.740.820.256.1569.6443.92
HexBE322204A52196462c
Octal2766242011212231610654
Binary10111110110010100010010010101010010110011101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3222; }

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

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

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

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

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

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

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

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