#BF3920

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

Shades of Harley Davidson Orange #BF3920

Tints of Harley Davidson Orange #BF3920

Color information

#BF3920 (or 0xBF3920) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 39 and 20. RGB value is (191,57,32). Sum of RGB (Red+Green+Blue) = 191+57+32=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3920 is #40C6DF. Grayscale: #5E5E5E. Windows color (decimal): -4245216 or 2111935. OLE color: 2111935.

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

Color convert

RGB1915732-
CMYK00.700.830.25
HSL9.43º71.3%43.73%-
HSV(B)9.43º83.25%74.9%-
XYZ23.2114.112.87-
YUV94.2292.89197.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.21%
GREEN value IS 57 (22.66% from 255) = 20.36%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=68.21%
G=20.36%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191573200.700.830.259.4371.343.73
HexBF392004653199472c
Octal27771400106123311110754
Binary101111111110011000000100011010100111100110011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3920; }

 p { color: rgb(191,57,32); }

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

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

 a { background-color: rgb(191,57,32); }

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

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

 span { border-color: rgb(191,57,32); }

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