#BD3516

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

Shades of Harley Davidson Orange #BD3516

Tints of Harley Davidson Orange #BD3516

Color information

#BD3516 (or 0xBD3516) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 35 and 16. RGB value is (189,53,22). Sum of RGB (Red+Green+Blue) = 189+53+22=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3516 is #42CAE9. Grayscale: #5A5A5A. Windows color (decimal): -4377322 or 1455549. OLE color: 1455549.

HSL color Cylindrical-coordinate representation of color #BD3516: hue angle of 11.14º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD3516 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB1895322-
CMYK00.720.880.26
HSL11.14º79.15%41.37%-
HSV(B)11.14º88.36%74.12%-
XYZ22.413.422.17-
YUV90.1389.56198.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.59%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=71.59%
G=20.08%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189532200.720.880.2611.1479.1541.37
HexBD3516048581Ab4f29
Octal27565260110130321311751
Binary10111101110101101100100100010110001101010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3516; }

 p { color: rgb(189,53,22); }

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

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

 a { background-color: rgb(189,53,22); }

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

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

 span { border-color: rgb(189,53,22); }

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