#BD351B

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

Shades of Harley Davidson Orange #BD351B

Tints of Harley Davidson Orange #BD351B

Color information

#BD351B (or 0xBD351B) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 35 and 1B. RGB value is (189,53,27). Sum of RGB (Red+Green+Blue) = 189+53+27=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD351B is #42CAE4. Grayscale: #5A5A5A. Windows color (decimal): -4377317 or 1783229. OLE color: 1783229.

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

Color convert

RGB1895327-
CMYK00.720.860.26
HSL9.63º75%42.35%-
HSV(B)9.63º85.71%74.12%-
XYZ22.4613.442.45-
YUV90.792.06198.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.26%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 27 (10.94% from 255) = 10.04%
R=70.26%
G=19.70%
B=10.04%

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
Decimal189532700.720.860.269.637542.35
HexBD351B048561Aa4b2a
Octal27565330110126321211352
Binary10111101110101110110100100010101101101010101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD351B; }

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

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

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

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

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

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

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

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