#BD300E

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

Shades of Harley Davidson Orange #BD300E

Tints of Harley Davidson Orange #BD300E

Color information

#BD300E (or 0xBD300E) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 30 and 0E. RGB value is (189,48,14). Sum of RGB (Red+Green+Blue) = 189+48+14=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD300E is #42CFF1. Grayscale: #565656. Windows color (decimal): -4378610 or 929981. OLE color: 929981.

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

Color convert

RGB1894814-
CMYK00.750.930.26
HSL11.66º86.21%39.8%-
HSV(B)11.66º92.59%74.12%-
XYZ22.1212.961.75-
YUV86.2887.21201.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.30%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 14 (5.86% from 255) = 5.58%
R=75.30%
G=19.12%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189481400.750.930.2611.6686.2139.8
HexBD30E04B5D1Ac5628
Octal27560160113135321412650
Binary1011110111000011100100101110111011101011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD300E; }

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

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

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

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

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

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

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

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