#BD2613

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

Shades of Harley Davidson Orange #BD2613

Tints of Harley Davidson Orange #BD2613

Color information

#BD2613 (or 0xBD2613) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 26 and 13. RGB value is (189,38,19). Sum of RGB (Red+Green+Blue) = 189+38+19=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2613 is #42D9EC. Grayscale: #515151. Windows color (decimal): -4381165 or 1255101. OLE color: 1255101.

HSL color Cylindrical-coordinate representation of color #BD2613: hue angle of 6.71º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD2613 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1893819-
CMYK00.800.900.26
HSL6.71º81.73%40.78%-
HSV(B)6.71º89.95%74.12%-
XYZ21.812.251.83-
YUV80.9893.03205.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.83%
GREEN value IS 38 (15.23% from 255) = 15.45%
BLUE value IS 19 (7.81% from 255) = 7.72%
R=76.83%
G=15.45%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189381900.800.900.266.7181.7340.78
HexBD26130505A1A75229
Octal2754623012013232712251
Binary1011110110011010011010100001011010110101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2613; }

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

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

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

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

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

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

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

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