#BF3D1E

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

Shades of Harley Davidson Orange #BF3D1E

Tints of Harley Davidson Orange #BF3D1E

Color information

#BF3D1E (or 0xBF3D1E) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 3D and 1E. RGB value is (191,61,30). Sum of RGB (Red+Green+Blue) = 191+61+30=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3D1E is #40C2E1. Grayscale: #606060. Windows color (decimal): -4244194 or 1981887. OLE color: 1981887.

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

Color convert

RGB1916130-
CMYK00.680.840.25
HSL11.55º72.85%43.33%-
HSV(B)11.55º84.29%74.9%-
XYZ23.3914.512.8-
YUV96.3490.57195.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.73%
GREEN value IS 61 (24.22% from 255) = 21.63%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=67.73%
G=21.63%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191613000.680.840.2511.5572.8543.33
HexBF3D1E0445419c492b
Octal27775360104124311411153
Binary10111111111101111100100010010101001100111001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3D1E; }

 p { color: rgb(191,61,30); }

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

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

 a { background-color: rgb(191,61,30); }

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

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

 span { border-color: rgb(191,61,30); }

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