#BD320C

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

Shades of Harley Davidson Orange #BD320C

Tints of Harley Davidson Orange #BD320C

Color information

#BD320C (or 0xBD320C) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 32 and 0C. RGB value is (189,50,12). Sum of RGB (Red+Green+Blue) = 189+50+12=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD320C is #42CDF3. Grayscale: #575757. Windows color (decimal): -4378100 or 799421. OLE color: 799421.

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

Color convert

RGB1895012-
CMYK00.740.940.26
HSL12.88º88.06%39.41%-
HSV(B)12.88º93.65%74.12%-
XYZ22.1913.131.71-
YUV87.2385.55200.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.30%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 12 (5.08% from 255) = 4.78%
R=75.30%
G=19.92%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189501200.740.940.2612.8888.0639.41
HexBD32C04A5E1Ad5827
Octal27562140112136321513047
Binary1011110111001011000100101010111101101011011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD320C; }

 p { color: rgb(189,50,12); }

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

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

 a { background-color: rgb(189,50,12); }

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

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

 span { border-color: rgb(189,50,12); }

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