#BD1E00

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

Shades of Harley Davidson Orange #BD1E00

Tints of Harley Davidson Orange #BD1E00

Color information

#BD1E00 (or 0xBD1E00) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 1E and 00. RGB value is (189,30,0). Sum of RGB (Red+Green+Blue) = 189+30+0=219 (29% of max value = 765). Red value is 189 (74.22% from 255 or 86.30% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1E00 is #42E1FF. Grayscale: #4A4A4A. Windows color (decimal): -4383232 or 7869. OLE color: 7869.

HSL color Cylindrical-coordinate representation of color #BD1E00: hue angle of 9.52º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD1E00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB189300-
CMYK00.8410.26
HSL9.52º100%37.06%-
HSV(B)9.52º100%74.12%-
XYZ21.4511.751.14-
YUV74.1286.18209.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 86.30%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.30%
G=13.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18930000.8410.269.5210037.06
HexBD1E0054641Aa6425
Octal2753600124144321214445
Binary101111011111000101010011001001101010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E00; }

 p { color: rgb(189,30,0); }

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

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

 a { background-color: rgb(189,30,0); }

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

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

 span { border-color: rgb(189,30,0); }

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