#BD3016

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

Shades of Harley Davidson Orange #BD3016

Tints of Harley Davidson Orange #BD3016

Color information

#BD3016 (or 0xBD3016) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 30 and 16. RGB value is (189,48,22). Sum of RGB (Red+Green+Blue) = 189+48+22=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3016 is #42CFE9. Grayscale: #575757. Windows color (decimal): -4378602 or 1454269. OLE color: 1454269.

HSL color Cylindrical-coordinate representation of color #BD3016: hue angle of 9.34º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD3016 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB1894822-
CMYK00.750.880.26
HSL9.34º79.15%41.37%-
HSV(B)9.34º88.36%74.12%-
XYZ22.1912.992.1-
YUV87.291.21200.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 72.97%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 22 (8.98% from 255) = 8.49%
R=72.97%
G=18.53%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189482200.750.880.269.3479.1541.37
HexBD301604B581A94f29
Octal27560260113130321111751
Binary10111101110000101100100101110110001101010011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3016; }

 p { color: rgb(189,48,22); }

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

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

 a { background-color: rgb(189,48,22); }

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

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

 span { border-color: rgb(189,48,22); }

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