#BF3312

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

Shades of Harley Davidson Orange #BF3312

Tints of Harley Davidson Orange #BF3312

Color information

#BF3312 (or 0xBF3312) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 33 and 12. RGB value is (191,51,18). Sum of RGB (Red+Green+Blue) = 191+51+18=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3312 is #40CCED. Grayscale: #595959. Windows color (decimal): -4246766 or 1192895. OLE color: 1192895.

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

Color convert

RGB1915118-
CMYK00.730.910.25
HSL11.45º82.78%40.98%-
HSV(B)11.45º90.58%74.9%-
XYZ22.7813.491.98-
YUV89.187.88200.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.46%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 18 (7.42% from 255) = 6.92%
R=73.46%
G=19.62%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191511800.730.910.2511.4582.7840.98
HexBF33120495B19b5329
Octal27763220111133311312351
Binary10111111110011100100100100110110111100110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3312; }

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

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

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

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

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

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

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

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