#BD310F

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

Shades of Harley Davidson Orange #BD310F

Tints of Harley Davidson Orange #BD310F

Color information

#BD310F (or 0xBD310F) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 31 and 0F. RGB value is (189,49,15). Sum of RGB (Red+Green+Blue) = 189+49+15=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD310F is #42CEF0. Grayscale: #575757. Windows color (decimal): -4378353 or 995773. OLE color: 995773.

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

Color convert

RGB1894915-
CMYK00.740.920.26
HSL11.72º85.29%40%-
HSV(B)11.72º92.06%74.12%-
XYZ22.1713.051.8-
YUV86.9887.38200.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 74.70%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 15 (6.25% from 255) = 5.93%
R=74.70%
G=19.37%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189491500.740.920.2611.7285.2940
HexBD31F04A5C1Ac5528
Octal27561170112134321412550
Binary1011110111000111110100101010111001101011001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD310F; }

 p { color: rgb(189,49,15); }

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

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

 a { background-color: rgb(189,49,15); }

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

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

 span { border-color: rgb(189,49,15); }

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