#BF3C25

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

Shades of Harley Davidson Orange #BF3C25

Tints of Harley Davidson Orange #BF3C25

Color information

#BF3C25 (or 0xBF3C25) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 3C and 25. RGB value is (191,60,37). Sum of RGB (Red+Green+Blue) = 191+60+37=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C25 is #40C3DA. Grayscale: #606060. Windows color (decimal): -4244443 or 2440383. OLE color: 2440383.

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

Color convert

RGB1916037-
CMYK00.690.810.25
HSL8.96º67.54%44.71%-
HSV(B)8.96º80.63%74.9%-
XYZ23.4414.443.3-
YUV96.5594.4195.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.32%
GREEN value IS 60 (23.83% from 255) = 20.83%
BLUE value IS 37 (14.84% from 255) = 12.85%
R=66.32%
G=20.83%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191603700.690.810.258.9667.5444.71
HexBF3C2504551199442d
Octal27774450105121311110455
Binary101111111111001001010100010110100011100110011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3C25; }

 p { color: rgb(191,60,37); }

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

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

 a { background-color: rgb(191,60,37); }

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

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

 span { border-color: rgb(191,60,37); }

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