#BF4121

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

Shades of Harley Davidson Orange #BF4121

Tints of Harley Davidson Orange #BF4121

Color information

#BF4121 (or 0xBF4121) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 41 and 21. RGB value is (191,65,33). Sum of RGB (Red+Green+Blue) = 191+65+33=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4121 is #40BEDE. Grayscale: #636363. Windows color (decimal): -4243167 or 2179519. OLE color: 2179519.

HSL color Cylindrical-coordinate representation of color #BF4121: hue angle of 12.15º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF4121 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1916533-
CMYK00.660.830.25
HSL12.15º70.54%43.92%-
HSV(B)12.15º82.72%74.9%-
XYZ23.6514.973.08-
YUV99.0390.74193.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.09%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=66.09%
G=22.49%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191653300.660.830.2512.1570.5443.92
HexBF41210425319c472c
Octal277101410102123311410754
Binary1011111110000011000010100001010100111100111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4121; }

 p { color: rgb(191,65,33); }

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

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

 a { background-color: rgb(191,65,33); }

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

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

 span { border-color: rgb(191,65,33); }

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