#BE3021

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

Shades of Harley Davidson Orange #BE3021

Tints of Harley Davidson Orange #BE3021

Color information

#BE3021 (or 0xBE3021) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 30 and 21. RGB value is (190,48,33). Sum of RGB (Red+Green+Blue) = 190+48+33=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3021 is #41CFDE. Grayscale: #585858. Windows color (decimal): -4313055 or 2175166. OLE color: 2175166.

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

Color convert

RGB1904833-
CMYK00.750.830.25
HSL5.73º70.4%43.73%-
HSV(B)5.73º82.63%74.51%-
XYZ22.5713.172.79-
YUV88.7596.54200.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.11%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 33 (13.28% from 255) = 12.18%
R=70.11%
G=17.71%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190483300.750.830.255.7370.443.73
HexBE302104B53196462c
Octal2766041011312331610654
Binary10111110110000100001010010111010011110011101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3021; }

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

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

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

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

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

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

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

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