#BF2D06

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

Shades of Harley Davidson Orange #BF2D06

Tints of Harley Davidson Orange #BF2D06

Color information

#BF2D06 (or 0xBF2D06) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2D and 06. RGB value is (191,45,6). Sum of RGB (Red+Green+Blue) = 191+45+6=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2D06 is #40D2F9. Grayscale: #545454. Windows color (decimal): -4248314 or 404927. OLE color: 404927.

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

Color convert

RGB191456-
CMYK00.760.970.25
HSL12.65º93.91%38.63%-
HSV(B)12.65º96.86%74.9%-
XYZ22.4612.971.49-
YUV84.2183.87204.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 78.93%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=78.93%
G=18.60%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19145600.760.970.2512.6593.9138.63
HexBF2D604C6119d5e27
Octal2775560114141311513647
Binary101111111011011100100110011000011100111011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2D06; }

 p { color: rgb(191,45,6); }

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

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

 a { background-color: rgb(191,45,6); }

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

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

 span { border-color: rgb(191,45,6); }

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