#BE3F21

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

Shades of Harley Davidson Orange #BE3F21

Tints of Harley Davidson Orange #BE3F21

Color information

#BE3F21 (or 0xBE3F21) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 3F and 21. RGB value is (190,63,33). Sum of RGB (Red+Green+Blue) = 190+63+33=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F21 is #41C0DE. Grayscale: #616161. Windows color (decimal): -4309215 or 2179006. OLE color: 2179006.

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

Color convert

RGB1906333-
CMYK00.670.830.25
HSL11.46º70.4%43.73%-
HSV(B)11.46º82.63%74.51%-
XYZ23.2914.613.03-
YUV97.5591.58193.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.43%
GREEN value IS 63 (25% from 255) = 22.03%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=66.43%
G=22.03%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190633300.670.830.2511.4670.443.73
HexBE3F210435319b462c
Octal27677410103123311310654
Binary101111101111111000010100001110100111100110111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F21; }

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

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

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

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

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

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

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

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