#BD3309

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

Shades of Harley Davidson Orange #BD3309

Tints of Harley Davidson Orange #BD3309

Color information

#BD3309 (or 0xBD3309) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 33 and 09. RGB value is (189,51,9). Sum of RGB (Red+Green+Blue) = 189+51+9=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3309 is #42CCF6. Grayscale: #575757. Windows color (decimal): -4377847 or 603069. OLE color: 603069.

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

Color convert

RGB189519-
CMYK00.730.950.26
HSL14º90.91%38.82%-
HSV(B)14º95.24%74.12%-
XYZ22.2213.211.64-
YUV87.4783.72200.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.90%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 9 (3.91% from 255) = 3.61%
R=75.90%
G=20.48%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18951900.730.950.261490.9138.82
HexBD3390495F1Ae5b27
Octal27563110111137321613347
Binary1011110111001110010100100110111111101011101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3309; }

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

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

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

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

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

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

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

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