#BE351B

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

Shades of Harley Davidson Orange #BE351B

Tints of Harley Davidson Orange #BE351B

Color information

#BE351B (or 0xBE351B) is unknown color: approx Harley Davidson Orange. HEX triplet: BE, 35 and 1B. RGB value is (190,53,27). Sum of RGB (Red+Green+Blue) = 190+53+27=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE351B is #41CAE4. Grayscale: #5B5B5B. Windows color (decimal): -4311781 or 1783230. OLE color: 1783230.

HSL color Cylindrical-coordinate representation of color #BE351B: hue angle of 9.57º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE351B is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB1905327-
CMYK00.720.860.25
HSL9.57º75.12%42.55%-
HSV(B)9.57º85.79%74.51%-
XYZ22.7113.572.46-
YUV9191.89198.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.37%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 27 (10.94% from 255) = 10%
R=70.37%
G=19.63%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190532700.720.860.259.5775.1242.55
HexBE351B0485619a4b2b
Octal27665330110126311211353
Binary10111110110101110110100100010101101100110101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE351B; }

 p { color: rgb(190,53,27); }

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

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

 a { background-color: rgb(190,53,27); }

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

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

 span { border-color: rgb(190,53,27); }

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