#BF3000

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

Shades of Harley Davidson Orange #BF3000

Tints of Harley Davidson Orange #BF3000

Color information

#BF3000 (or 0xBF3000) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 30 and 00. RGB value is (191,48,0). Sum of RGB (Red+Green+Blue) = 191+48+0=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3000 is #40CFFF. Grayscale: #555555. Windows color (decimal): -4247552 or 12479. OLE color: 12479.

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

Color convert

RGB191480-
CMYK00.7510.25
HSL15.08º100%37.45%-
HSV(B)15.08º100%74.9%-
XYZ22.5413.191.36-
YUV85.2879.88203.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 79.92%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.92%
G=20.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19148000.7510.2515.0810037.45
HexBF30004B6419f6425
Octal2776000113144311714445
Binary1011111111000000100101111001001100111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3000; }

 p { color: rgb(191,48,0); }

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

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

 a { background-color: rgb(191,48,0); }

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

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

 span { border-color: rgb(191,48,0); }

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