#BF2B0D

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

Shades of Harley Davidson Orange #BF2B0D

Tints of Harley Davidson Orange #BF2B0D

Color information

#BF2B0D (or 0xBF2B0D) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2B and 0D. RGB value is (191,43,13). Sum of RGB (Red+Green+Blue) = 191+43+13=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2B0D is #40D4F2. Grayscale: #545454. Windows color (decimal): -4248819 or 863167. OLE color: 863167.

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

Color convert

RGB1914313-
CMYK00.770.930.25
HSL10.11º87.25%40%-
HSV(B)10.11º93.19%74.9%-
XYZ22.4212.831.68-
YUV83.8388.03204.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.33%
GREEN value IS 43 (17.19% from 255) = 17.41%
BLUE value IS 13 (5.47% from 255) = 5.26%
R=77.33%
G=17.41%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191431300.770.930.2510.1187.2540
HexBF2BD04D5D19a5728
Octal27753150115135311212750
Binary1011111110101111010100110110111011100110101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2B0D; }

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

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

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

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

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

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

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

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