#BF2B00

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

Shades of Harley Davidson Orange #BF2B00

Tints of Harley Davidson Orange #BF2B00

Color information

#BF2B00 (or 0xBF2B00) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2B and 00. RGB value is (191,43,0). Sum of RGB (Red+Green+Blue) = 191+43+0=234 (30% of max value = 765). Red value is 191 (75% from 255 or 81.62% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2B00 is #40D4FF. Grayscale: #525252. Windows color (decimal): -4248832 or 11199. OLE color: 11199.

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

Color convert

RGB191430-
CMYK00.7710.25
HSL13.51º100%37.45%-
HSV(B)13.51º100%74.9%-
XYZ22.3512.81.29-
YUV82.3581.53205.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 81.62%
GREEN value IS 43 (17.19% from 255) = 18.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.62%
G=18.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19143000.7710.2513.5110037.45
HexBF2B004D6419e6425
Octal2775300115144311614445
Binary1011111110101100100110111001001100111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2B00; }

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

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

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

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

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

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

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

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