#BD2300

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

Shades of Harley Davidson Orange #BD2300

Tints of Harley Davidson Orange #BD2300

Color information

#BD2300 (or 0xBD2300) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 23 and 00. RGB value is (189,35,0). Sum of RGB (Red+Green+Blue) = 189+35+0=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2300 is #42DCFF. Grayscale: #4D4D4D. Windows color (decimal): -4381952 or 9149. OLE color: 9149.

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

Color convert

RGB189350-
CMYK00.8110.26
HSL11.11º100%37.06%-
HSV(B)11.11º100%74.12%-
XYZ21.5912.021.18-
YUV77.0684.52207.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 84.38%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.38%
G=15.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18935000.8110.2611.1110037.06
HexBD230051641Ab6425
Octal2754300121144321314445
Binary1011110110001100101000111001001101010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2300; }

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

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

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

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

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

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

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

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