#BD351A

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

Shades of Harley Davidson Orange #BD351A

Tints of Harley Davidson Orange #BD351A

Color information

#BD351A (or 0xBD351A) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 35 and 1A. RGB value is (189,53,26). Sum of RGB (Red+Green+Blue) = 189+53+26=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD351A is #42CAE5. Grayscale: #5A5A5A. Windows color (decimal): -4377318 or 1717693. OLE color: 1717693.

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

Color convert

RGB1895326-
CMYK00.720.860.26
HSL9.94º75.81%42.16%-
HSV(B)9.94º86.24%74.12%-
XYZ22.4513.442.39-
YUV90.5991.56198.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.52%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 26 (10.55% from 255) = 9.70%
R=70.52%
G=19.78%
B=9.70%

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
Decimal189532600.720.860.269.9475.8142.16
HexBD351A048561Aa4c2a
Octal27565320110126321211452
Binary10111101110101110100100100010101101101010101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD351A; }

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

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

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

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

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

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

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

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