#BF3618

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

Shades of Harley Davidson Orange #BF3618

Tints of Harley Davidson Orange #BF3618

Color information

#BF3618 (or 0xBF3618) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 36 and 18. RGB value is (191,54,24). Sum of RGB (Red+Green+Blue) = 191+54+24=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3618 is #40C9E7. Grayscale: #5B5B5B. Windows color (decimal): -4245992 or 1586879. OLE color: 1586879.

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

Color convert

RGB1915424-
CMYK00.720.870.25
HSL10.78º77.67%42.16%-
HSV(B)10.78º87.43%74.9%-
XYZ22.9713.782.31-
YUV91.5489.89198.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.00%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 24 (9.77% from 255) = 8.92%
R=71.00%
G=20.07%
B=8.92%

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
Decimal191542400.720.870.2510.7877.6742.16
HexBF36180485719b4e2a
Octal27766300110127311311652
Binary10111111110110110000100100010101111100110111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3618; }

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

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

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

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

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

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

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

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