#bd2609

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

Shades of Harley Davidson Orange #BD2609

Tints of Harley Davidson Orange #BD2609

Color information

#BD2609 (or 0xBD2609) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 26 and 09. RGB value is (189,38,9). Sum of RGB (Red+Green+Blue) = 189+38+9=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2609 is #42D9F6. Grayscale: #505050. Windows color (decimal): -4381175 or 599741. OLE color: 599741.

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

Color convert

RGB189389-
CMYK00.800.950.26
HSL9.67º90.91%38.82%-
HSV(B)9.67º95.24%74.12%-
XYZ21.7312.221.47-
YUV79.8488.03205.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.08%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 9 (3.91% from 255) = 3.81%
R=80.08%
G=16.10%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18938900.800.950.269.6790.9138.82
HexBD2690505F1Aa5b27
Octal27546110120137321213347
Binary1011110110011010010101000010111111101010101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd2609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd2609; }

 p { color: rgb(189,38,9); }

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

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

 a { background-color: rgb(189,38,9); }

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

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

 span { border-color: rgb(189,38,9); }

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