#BF2A07

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

Shades of Harley Davidson Orange #BF2A07

Tints of Harley Davidson Orange #BF2A07

Color information

#BF2A07 (or 0xBF2A07) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2A and 07. RGB value is (191,42,7). Sum of RGB (Red+Green+Blue) = 191+42+7=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2A07 is #40D5F8. Grayscale: #525252. Windows color (decimal): -4249081 or 469695. OLE color: 469695.

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

Color convert

RGB191427-
CMYK00.780.960.25
HSL11.41º92.93%38.82%-
HSV(B)11.41º96.34%74.9%-
XYZ22.3512.751.48-
YUV82.5685.36205.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 79.58%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 7 (3.12% from 255) = 2.92%
R=79.58%
G=17.5%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19142700.780.960.2511.4192.9338.82
HexBF2A704E6019b5d27
Octal2775270116140311313547
Binary101111111010101110100111011000001100110111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2A07; }

 p { color: rgb(191,42,7); }

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

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

 a { background-color: rgb(191,42,7); }

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

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

 span { border-color: rgb(191,42,7); }

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