#BF2800

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

Shades of Harley Davidson Orange #BF2800

Tints of Harley Davidson Orange #BF2800

Color information

#BF2800 (or 0xBF2800) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 28 and 00. RGB value is (191,40,0). Sum of RGB (Red+Green+Blue) = 191+40+0=231 (30% of max value = 765). Red value is 191 (75% from 255 or 82.68% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2800 is #40D7FF. Grayscale: #505050. Windows color (decimal): -4249600 or 10431. OLE color: 10431.

HSL color Cylindrical-coordinate representation of color #BF2800: hue angle of 12.57º 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 #BF2800 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB191400-
CMYK00.7910.25
HSL12.57º100%37.45%-
HSV(B)12.57º100%74.9%-
XYZ22.2412.591.26-
YUV80.5982.53206.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 82.68%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.68%
G=17.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19140000.7910.2512.5710037.45
HexBF28004F6419d6425
Octal2775000117144311514445
Binary1011111110100000100111111001001100111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2800; }

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

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

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

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

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

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

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

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