#BF3619

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

Shades of Harley Davidson Orange #BF3619

Tints of Harley Davidson Orange #BF3619

Color information

#BF3619 (or 0xBF3619) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 36 and 19. RGB value is (191,54,25). Sum of RGB (Red+Green+Blue) = 191+54+25=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3619 is #40C9E6. Grayscale: #5B5B5B. Windows color (decimal): -4245991 or 1652415. OLE color: 1652415.

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

Color convert

RGB1915425-
CMYK00.720.870.25
HSL10.48º76.85%42.35%-
HSV(B)10.48º86.91%74.9%-
XYZ22.9813.782.37-
YUV91.6690.39198.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.74%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 25 (10.16% from 255) = 9.26%
R=70.74%
G=20%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191542500.720.870.2510.4876.8542.35
HexBF36190485719a4d2a
Octal27766310110127311211552
Binary10111111110110110010100100010101111100110101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3619; }

 p { color: rgb(191,54,25); }

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

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

 a { background-color: rgb(191,54,25); }

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

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

 span { border-color: rgb(191,54,25); }

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