#BD1E05

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

Shades of Harley Davidson Orange #BD1E05

Tints of Harley Davidson Orange #BD1E05

Color information

#BD1E05 (or 0xBD1E05) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 1E and 05. RGB value is (189,30,5). Sum of RGB (Red+Green+Blue) = 189+30+5=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1E05 is #42E1FA. Grayscale: #4A4A4A. Windows color (decimal): -4383227 or 335549. OLE color: 335549.

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

Color convert

RGB189305-
CMYK00.840.970.26
HSL8.15º94.85%38.04%-
HSV(B)8.15º97.35%74.12%-
XYZ21.4811.761.28-
YUV74.6988.68209.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 84.38%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 5 (2.34% from 255) = 2.23%
R=84.38%
G=13.39%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18930500.840.970.268.1594.8538.04
HexBD1E5054611A85f26
Octal2753650124141321013746
Binary10111101111101010101010011000011101010001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E05; }

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

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

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

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

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

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

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

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