#BF300F

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

Shades of Harley Davidson Orange #BF300F

Tints of Harley Davidson Orange #BF300F

Color information

#BF300F (or 0xBF300F) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 30 and 0F. RGB value is (191,48,15). Sum of RGB (Red+Green+Blue) = 191+48+15=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF300F is #40CFF0. Grayscale: #575757. Windows color (decimal): -4247537 or 995519. OLE color: 995519.

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

Color convert

RGB1914815-
CMYK00.750.920.25
HSL11.25º85.44%40.39%-
HSV(B)11.25º92.15%74.9%-
XYZ22.6313.221.81-
YUV86.9987.38202.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 75.20%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 15 (6.25% from 255) = 5.91%
R=75.20%
G=18.90%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191481500.750.920.2511.2585.4440.39
HexBF30F04B5C19b5528
Octal27760170113134311312550
Binary1011111111000011110100101110111001100110111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF300F; }

 p { color: rgb(191,48,15); }

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

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

 a { background-color: rgb(191,48,15); }

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

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

 span { border-color: rgb(191,48,15); }

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