#BD2709

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

Shades of Harley Davidson Orange #BD2709

Tints of Harley Davidson Orange #BD2709

Color information

#BD2709 (or 0xBD2709) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 27 and 09. RGB value is (189,39,9). Sum of RGB (Red+Green+Blue) = 189+39+9=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2709 is #42D8F6. Grayscale: #505050. Windows color (decimal): -4380919 or 599997. OLE color: 599997.

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

Color convert

RGB189399-
CMYK00.790.950.26
HSL10º90.91%38.82%-
HSV(B)10º95.24%74.12%-
XYZ21.7612.291.48-
YUV80.4387.7205.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.75%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 9 (3.91% from 255) = 3.80%
R=79.75%
G=16.46%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18939900.790.950.261090.9138.82
HexBD27904F5F1Aa5b27
Octal27547110117137321213347
Binary1011110110011110010100111110111111101010101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2709; }

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

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

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

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

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

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

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

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