#BD3318

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

Shades of Harley Davidson Orange #BD3318

Tints of Harley Davidson Orange #BD3318

Color information

#BD3318 (or 0xBD3318) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 33 and 18. RGB value is (189,51,24). Sum of RGB (Red+Green+Blue) = 189+51+24=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3318 is #42CCE7. Grayscale: #595959. Windows color (decimal): -4377832 or 1586109. OLE color: 1586109.

HSL color Cylindrical-coordinate representation of color #BD3318: hue angle of 9.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD3318 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB1895124-
CMYK00.730.870.26
HSL9.82º77.46%41.76%-
HSV(B)9.82º87.3%74.12%-
XYZ22.3313.252.24-
YUV89.1891.22199.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.59%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 24 (9.77% from 255) = 9.09%
R=71.59%
G=19.32%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189512400.730.870.269.8277.4641.76
HexBD3318049571Aa4d2a
Octal27563300111127321211552
Binary10111101110011110000100100110101111101010101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3318; }

 p { color: rgb(189,51,24); }

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

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

 a { background-color: rgb(189,51,24); }

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

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

 span { border-color: rgb(189,51,24); }

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