#BF3612

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

Shades of Harley Davidson Orange #BF3612

Tints of Harley Davidson Orange #BF3612

Color information

#BF3612 (or 0xBF3612) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 36 and 12. RGB value is (191,54,18). Sum of RGB (Red+Green+Blue) = 191+54+18=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3612 is #40C9ED. Grayscale: #5B5B5B. Windows color (decimal): -4245998 or 1193663. OLE color: 1193663.

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

Color convert

RGB1915418-
CMYK00.720.910.25
HSL12.49º82.78%40.98%-
HSV(B)12.49º90.58%74.9%-
XYZ22.9113.762.02-
YUV90.8686.89199.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.62%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 18 (7.42% from 255) = 6.84%
R=72.62%
G=20.53%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191541800.720.910.2512.4982.7840.98
HexBF36120485B19c5329
Octal27766220110133311412351
Binary10111111110110100100100100010110111100111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3612; }

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

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

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

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

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

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

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

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