#BE3322

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

Shades of Harley Davidson Orange #BE3322

Tints of Harley Davidson Orange #BE3322

Color information

#BE3322 (or 0xBE3322) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 33 and 22. RGB value is (190,51,34). Sum of RGB (Red+Green+Blue) = 190+51+34=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3322 is #41CCDD. Grayscale: #5A5A5A. Windows color (decimal): -4312286 or 2241470. OLE color: 2241470.

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

Color convert

RGB1905134-
CMYK00.730.820.25
HSL6.54º69.64%43.92%-
HSV(B)6.54º82.11%74.51%-
XYZ22.7113.432.91-
YUV90.6296.05198.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.09%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 34 (13.67% from 255) = 12.36%
R=69.09%
G=18.55%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190513400.730.820.256.5469.6443.92
HexBE332204952197462c
Octal2766342011112231710654
Binary10111110110011100010010010011010010110011111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3322; }

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

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

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

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

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

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

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

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