#BF270D

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

Shades of Harley Davidson Orange #BF270D

Tints of Harley Davidson Orange #BF270D

Color information

#BF270D (or 0xBF270D) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 27 and 0D. RGB value is (191,39,13). Sum of RGB (Red+Green+Blue) = 191+39+13=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF270D is #40D8F2. Grayscale: #515151. Windows color (decimal): -4249843 or 862143. OLE color: 862143.

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

Color convert

RGB1913913-
CMYK00.800.930.25
HSL8.76º87.25%40%-
HSV(B)8.76º93.19%74.9%-
XYZ22.2812.561.63-
YUV81.4889.36206.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 78.60%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 13 (5.47% from 255) = 5.35%
R=78.60%
G=16.05%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191391300.800.930.258.7687.2540
HexBF27D0505D1995728
Octal27747150120135311112750
Binary1011111110011111010101000010111011100110011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF270D; }

 p { color: rgb(191,39,13); }

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

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

 a { background-color: rgb(191,39,13); }

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

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

 span { border-color: rgb(191,39,13); }

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