#BF3518

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

Shades of Harley Davidson Orange #BF3518

Tints of Harley Davidson Orange #BF3518

Color information

#BF3518 (or 0xBF3518) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 35 and 18. RGB value is (191,53,24). Sum of RGB (Red+Green+Blue) = 191+53+24=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3518 is #40CAE7. Grayscale: #5B5B5B. Windows color (decimal): -4246248 or 1586623. OLE color: 1586623.

HSL color Cylindrical-coordinate representation of color #BF3518: hue angle of 10.42º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF3518 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB1915324-
CMYK00.720.870.25
HSL10.42º77.67%42.16%-
HSV(B)10.42º87.43%74.9%-
XYZ22.9213.692.3-
YUV90.9690.22199.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.27%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 24 (9.77% from 255) = 8.96%
R=71.27%
G=19.78%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191532400.720.870.2510.4277.6742.16
HexBF35180485719a4e2a
Octal27765300110127311211652
Binary10111111110101110000100100010101111100110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3518; }

 p { color: rgb(191,53,24); }

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

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

 a { background-color: rgb(191,53,24); }

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

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

 span { border-color: rgb(191,53,24); }

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