#bf341c

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

Shades of Harley Davidson Orange #BF341C

Tints of Harley Davidson Orange #BF341C

Color information

#BF341C (or 0xBF341C) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 34 and 1C. RGB value is (191,52,28). Sum of RGB (Red+Green+Blue) = 191+52+28=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF341C is #40CBE3. Grayscale: #5B5B5B. Windows color (decimal): -4246500 or 1848511. OLE color: 1848511.

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

Color convert

RGB1915228-
CMYK00.730.850.25
HSL8.83º74.43%42.94%-
HSV(B)8.83º85.34%74.9%-
XYZ22.9213.622.52-
YUV90.8292.55199.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.48%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 28 (11.33% from 255) = 10.33%
R=70.48%
G=19.19%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191522800.730.850.258.8374.4342.94
HexBF341C049551994a2b
Octal27764340111125311111253
Binary10111111110100111000100100110101011100110011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf341c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf341c; }

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

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

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

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

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

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

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

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