#BD3914

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

Shades of Harley Davidson Orange #BD3914

Tints of Harley Davidson Orange #BD3914

Color information

#BD3914 (or 0xBD3914) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 39 and 14. RGB value is (189,57,20). Sum of RGB (Red+Green+Blue) = 189+57+20=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3914 is #42C6EB. Grayscale: #5C5C5C. Windows color (decimal): -4376300 or 1325501. OLE color: 1325501.

HSL color Cylindrical-coordinate representation of color #BD3914: hue angle of 13.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD3914 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB1895720-
CMYK00.700.890.26
HSL13.14º80.86%40.98%-
HSV(B)13.14º89.42%74.12%-
XYZ22.5813.82.13-
YUV92.2587.23197.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.05%
GREEN value IS 57 (22.66% from 255) = 21.43%
BLUE value IS 20 (8.20% from 255) = 7.52%
R=71.05%
G=21.43%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189572000.700.890.2613.1480.8640.98
HexBD3914046591Ad5129
Octal27571240106131321512151
Binary10111101111001101000100011010110011101011011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3914; }

 p { color: rgb(189,57,20); }

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

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

 a { background-color: rgb(189,57,20); }

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

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

 span { border-color: rgb(189,57,20); }

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