#BF2309

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

Shades of Harley Davidson Orange #BF2309

Tints of Harley Davidson Orange #BF2309

Color information

#BF2309 (or 0xBF2309) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 23 and 09. RGB value is (191,35,9). Sum of RGB (Red+Green+Blue) = 191+35+9=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2309 is #40DCF6. Grayscale: #4E4E4E. Windows color (decimal): -4250871 or 598975. OLE color: 598975.

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

Color convert

RGB191359-
CMYK00.820.950.25
HSL8.57º91%39.22%-
HSV(B)8.57º95.29%74.9%-
XYZ22.1412.31.47-
YUV78.6888.68208.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 81.28%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 9 (3.91% from 255) = 3.83%
R=81.28%
G=14.89%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19135900.820.950.258.579139.22
HexBF2390525F1995b27
Octal27743110122137311113347
Binary1011111110001110010101001010111111100110011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2309; }

 p { color: rgb(191,35,9); }

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

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

 a { background-color: rgb(191,35,9); }

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

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

 span { border-color: rgb(191,35,9); }

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