#BD351C

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

Shades of Harley Davidson Orange #BD351C

Tints of Harley Davidson Orange #BD351C

Color information

#BD351C (or 0xBD351C) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 35 and 1C. RGB value is (189,53,28). Sum of RGB (Red+Green+Blue) = 189+53+28=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD351C is #42CAE3. Grayscale: #5B5B5B. Windows color (decimal): -4377316 or 1848765. OLE color: 1848765.

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

Color convert

RGB1895328-
CMYK00.720.850.26
HSL9.32º74.19%42.55%-
HSV(B)9.32º85.19%74.12%-
XYZ22.4713.452.51-
YUV90.8192.56198.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 28 (11.33% from 255) = 10.37%
R=70%
G=19.63%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189532800.720.850.269.3274.1942.55
HexBD351C048551A94a2b
Octal27565340110125321111253
Binary10111101110101111000100100010101011101010011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD351C; }

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

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

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

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

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

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

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

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