#BF3415

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

Shades of Harley Davidson Orange #BF3415

Tints of Harley Davidson Orange #BF3415

Color information

#BF3415 (or 0xBF3415) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 34 and 15. RGB value is (191,52,21). Sum of RGB (Red+Green+Blue) = 191+52+21=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3415 is #40CBEA. Grayscale: #5A5A5A. Windows color (decimal): -4246507 or 1389759. OLE color: 1389759.

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

Color convert

RGB1915221-
CMYK00.730.890.25
HSL10.94º80.19%41.57%-
HSV(B)10.94º89.01%74.9%-
XYZ22.8513.592.13-
YUV90.0389.05200.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.35%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=72.35%
G=19.70%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191522100.730.890.2510.9480.1941.57
HexBF34150495919b502a
Octal27764250111131311312052
Binary10111111110100101010100100110110011100110111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3415; }

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

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

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

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

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

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

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

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