#BF3418

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

Shades of Harley Davidson Orange #BF3418

Tints of Harley Davidson Orange #BF3418

Color information

#BF3418 (or 0xBF3418) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 34 and 18. RGB value is (191,52,24). Sum of RGB (Red+Green+Blue) = 191+52+24=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3418 is #40CBE7. Grayscale: #5A5A5A. Windows color (decimal): -4246504 or 1586367. OLE color: 1586367.

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

Color convert

RGB1915224-
CMYK00.730.870.25
HSL10.06º77.67%42.16%-
HSV(B)10.06º87.43%74.9%-
XYZ22.8813.62.28-
YUV90.3790.55199.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.54%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 24 (9.77% from 255) = 8.99%
R=71.54%
G=19.48%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191522400.730.870.2510.0677.6742.16
HexBF34180495719a4e2a
Octal27764300111127311211652
Binary10111111110100110000100100110101111100110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3418; }

 p { color: rgb(191,52,24); }

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

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

 a { background-color: rgb(191,52,24); }

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

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

 span { border-color: rgb(191,52,24); }

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