#BF3A25

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

Shades of Harley Davidson Orange #BF3A25

Tints of Harley Davidson Orange #BF3A25

Color information

#BF3A25 (or 0xBF3A25) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 3A and 25. RGB value is (191,58,37). Sum of RGB (Red+Green+Blue) = 191+58+37=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A25 is #40C5DA. Grayscale: #5F5F5F. Windows color (decimal): -4244955 or 2439871. OLE color: 2439871.

HSL color Cylindrical-coordinate representation of color #BF3A25: hue angle of 8.18º 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 #BF3A25 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB1915837-
CMYK00.700.810.25
HSL8.18º67.54%44.71%-
HSV(B)8.18º80.63%74.9%-
XYZ23.3314.243.27-
YUV95.3795.06196.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.78%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 37 (14.84% from 255) = 12.94%
R=66.78%
G=20.28%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191583700.700.810.258.1867.5444.71
HexBF3A2504651198442d
Octal27772450106121311010455
Binary101111111110101001010100011010100011100110001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3A25; }

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

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

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

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

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

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

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

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