#BD341A

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

Shades of Harley Davidson Orange #BD341A

Tints of Harley Davidson Orange #BD341A

Color information

#BD341A (or 0xBD341A) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 34 and 1A. RGB value is (189,52,26). Sum of RGB (Red+Green+Blue) = 189+52+26=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD341A is #42CBE5. Grayscale: #5A5A5A. Windows color (decimal): -4377574 or 1717437. OLE color: 1717437.

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

Color convert

RGB1895226-
CMYK00.720.860.26
HSL9.57º75.81%42.16%-
HSV(B)9.57º86.24%74.12%-
XYZ22.413.352.37-
YUV9091.89198.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.79%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 26 (10.55% from 255) = 9.74%
R=70.79%
G=19.48%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189522600.720.860.269.5775.8142.16
HexBD341A048561Aa4c2a
Octal27564320110126321211452
Binary10111101110100110100100100010101101101010101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD341A; }

 p { color: rgb(189,52,26); }

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

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

 a { background-color: rgb(189,52,26); }

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

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

 span { border-color: rgb(189,52,26); }

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