#BD321A

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

Shades of Harley Davidson Orange #BD321A

Tints of Harley Davidson Orange #BD321A

Color information

#BD321A (or 0xBD321A) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 32 and 1A. RGB value is (189,50,26). Sum of RGB (Red+Green+Blue) = 189+50+26=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD321A is #42CDE5. Grayscale: #595959. Windows color (decimal): -4378086 or 1716925. OLE color: 1716925.

HSL color Cylindrical-coordinate representation of color #BD321A: hue angle of 8.83º 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 #BD321A is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB1895026-
CMYK00.740.860.26
HSL8.83º75.81%42.16%-
HSV(B)8.83º86.24%74.12%-
XYZ22.3113.172.34-
YUV88.8292.55199.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.32%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=71.32%
G=18.87%
B=9.81%

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
Decimal189502600.740.860.268.8375.8142.16
HexBD321A04A561A94c2a
Octal27562320112126321111452
Binary10111101110010110100100101010101101101010011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD321A; }

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

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

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

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

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

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

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

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