#BF340C

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

Shades of Harley Davidson Orange #BF340C

Tints of Harley Davidson Orange #BF340C

Color information

#BF340C (or 0xBF340C) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 34 and 0C. RGB value is (191,52,12). Sum of RGB (Red+Green+Blue) = 191+52+12=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF340C is #40CBF3. Grayscale: #595959. Windows color (decimal): -4246516 or 799935. OLE color: 799935.

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

Color convert

RGB1915212-
CMYK00.730.940.25
HSL13.41º88.18%39.8%-
HSV(B)13.41º93.72%74.9%-
XYZ22.7813.561.76-
YUV8984.55200.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.90%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 12 (5.08% from 255) = 4.71%
R=74.90%
G=20.39%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191521200.730.940.2513.4188.1839.8
HexBF34C0495E19d5828
Octal27764140111136311513050
Binary1011111111010011000100100110111101100111011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF340C; }

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

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

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

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

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

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

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

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