#BF3B25

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

Shades of Harley Davidson Orange #BF3B25

Tints of Harley Davidson Orange #BF3B25

Color information

#BF3B25 (or 0xBF3B25) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 3B and 25. RGB value is (191,59,37). Sum of RGB (Red+Green+Blue) = 191+59+37=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3B25 is #40C4DA. Grayscale: #606060. Windows color (decimal): -4244699 or 2440127. OLE color: 2440127.

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

Color convert

RGB1915937-
CMYK00.690.810.25
HSL8.57º67.54%44.71%-
HSV(B)8.57º80.63%74.9%-
XYZ23.3814.343.29-
YUV95.9694.73195.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 59 (23.44% from 255) = 20.56%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=66.55%
G=20.56%
B=12.89%

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
Decimal191593700.690.810.258.5767.5444.71
HexBF3B2504551199442d
Octal27773450105121311110455
Binary101111111110111001010100010110100011100110011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B25; }

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

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

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

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

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

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

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

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