#BF360B

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

Shades of Harley Davidson Orange #BF360B

Tints of Harley Davidson Orange #BF360B

Color information

#BF360B (or 0xBF360B) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 36 and 0B. RGB value is (191,54,11). Sum of RGB (Red+Green+Blue) = 191+54+11=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF360B is #40C9F4. Grayscale: #5A5A5A. Windows color (decimal): -4246005 or 734911. OLE color: 734911.

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

Color convert

RGB1915411-
CMYK00.720.940.25
HSL14.33º89.11%39.61%-
HSV(B)14.33º94.24%74.9%-
XYZ22.8713.741.76-
YUV90.0683.39200-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.61%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 11 (4.69% from 255) = 4.30%
R=74.61%
G=21.09%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191541100.720.940.2514.3389.1139.61
HexBF36B0485E19e5928
Octal27766130110136311613150
Binary1011111111011010110100100010111101100111101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF360B; }

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

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

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

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

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

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

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

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