#BD2009

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

Shades of Harley Davidson Orange #BD2009

Tints of Harley Davidson Orange #BD2009

Color information

#BD2009 (or 0xBD2009) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 20 and 09. RGB value is (189,32,9). Sum of RGB (Red+Green+Blue) = 189+32+9=230 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.17% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2009 is #42DFF6. Grayscale: #4C4C4C. Windows color (decimal): -4382711 or 598205. OLE color: 598205.

HSL color Cylindrical-coordinate representation of color #BD2009: hue angle of 7.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD2009 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB189329-
CMYK00.830.950.26
HSL7.67º90.91%38.82%-
HSV(B)7.67º95.24%74.12%-
XYZ21.5511.871.41-
YUV76.3290.01208.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 82.17%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 9 (3.91% from 255) = 3.91%
R=82.17%
G=13.91%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18932900.830.950.267.6790.9138.82
HexBD2090535F1A85b27
Octal27540110123137321013347
Binary1011110110000010010101001110111111101010001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2009; }

 p { color: rgb(189,32,9); }

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

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

 a { background-color: rgb(189,32,9); }

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

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

 span { border-color: rgb(189,32,9); }

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