#BD311A

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

Shades of Harley Davidson Orange #BD311A

Tints of Harley Davidson Orange #BD311A

Color information

#BD311A (or 0xBD311A) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 31 and 1A. RGB value is (189,49,26). Sum of RGB (Red+Green+Blue) = 189+49+26=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD311A is #42CEE5. Grayscale: #585858. Windows color (decimal): -4378342 or 1716669. OLE color: 1716669.

HSL color Cylindrical-coordinate representation of color #BD311A: hue angle of 8.47º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD311A is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB1894926-
CMYK00.740.860.26
HSL8.47º75.81%42.16%-
HSV(B)8.47º86.24%74.12%-
XYZ22.2713.092.33-
YUV88.2492.88199.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.59%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 26 (10.55% from 255) = 9.85%
R=71.59%
G=18.56%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189492600.740.860.268.4775.8142.16
HexBD311A04A561A84c2a
Octal27561320112126321011452
Binary10111101110001110100100101010101101101010001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD311A; }

 p { color: rgb(189,49,26); }

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

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

 a { background-color: rgb(189,49,26); }

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

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

 span { border-color: rgb(189,49,26); }

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