#BD2505

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

Shades of Harley Davidson Orange #BD2505

Tints of Harley Davidson Orange #BD2505

Color information

#BD2505 (or 0xBD2505) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 25 and 05. RGB value is (189,37,5). Sum of RGB (Red+Green+Blue) = 189+37+5=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2505 is #42DAFA. Grayscale: #4F4F4F. Windows color (decimal): -4381435 or 337341. OLE color: 337341.

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

Color convert

RGB189375-
CMYK00.800.970.26
HSL10.43º94.85%38.04%-
HSV(B)10.43º97.35%74.12%-
XYZ21.6812.151.35-
YUV78.886.36206.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.82%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=81.82%
G=16.02%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18937500.800.970.2610.4394.8538.04
HexBD255050611Aa5f26
Octal2754550120141321213746
Binary101111011001011010101000011000011101010101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2505; }

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

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

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

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

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

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

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

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