#BD340C

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

Shades of Harley Davidson Orange #BD340C

Tints of Harley Davidson Orange #BD340C

Color information

#BD340C (or 0xBD340C) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 34 and 0C. RGB value is (189,52,12). Sum of RGB (Red+Green+Blue) = 189+52+12=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD340C is #42CBF3. Grayscale: #585858. Windows color (decimal): -4377588 or 799933. OLE color: 799933.

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

Color convert

RGB1895212-
CMYK00.720.940.26
HSL13.56º88.06%39.41%-
HSV(B)13.56º93.65%74.12%-
XYZ22.2813.31.74-
YUV88.484.89199.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 74.70%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 12 (5.08% from 255) = 4.74%
R=74.70%
G=20.55%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189521200.720.940.2613.5688.0639.41
HexBD34C0485E1Ae5827
Octal27564140110136321613047
Binary1011110111010011000100100010111101101011101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD340C; }

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

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

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

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

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

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

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

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