#bf3319

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

Shades of Harley Davidson Orange #BF3319

Tints of Harley Davidson Orange #BF3319

Color information

#BF3319 (or 0xBF3319) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 33 and 19. RGB value is (191,51,25). Sum of RGB (Red+Green+Blue) = 191+51+25=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3319 is #40CCE6. Grayscale: #5A5A5A. Windows color (decimal): -4246759 or 1651647. OLE color: 1651647.

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

Color convert

RGB1915125-
CMYK00.730.870.25
HSL9.4º76.85%42.35%-
HSV(B)9.4º86.91%74.9%-
XYZ22.8513.512.32-
YUV89.991.38200.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.54%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 25 (10.16% from 255) = 9.36%
R=71.54%
G=19.10%
B=9.36%

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
Decimal191512500.730.870.259.476.8542.35
HexBF3319049571994d2a
Octal27763310111127311111552
Binary10111111110011110010100100110101111100110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf3319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf3319; }

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

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

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

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

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

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

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

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