#BB311D

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

Shades of Harley Davidson Orange #BB311D

Tints of Harley Davidson Orange #BB311D

Color information

#BB311D (or 0xBB311D) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 31 and 1D. RGB value is (187,49,29). Sum of RGB (Red+Green+Blue) = 187+49+29=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB311D is #44CEE2. Grayscale: #585858. Windows color (decimal): -4509411 or 1913275. OLE color: 1913275.

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

Color convert

RGB1874929-
CMYK00.740.840.27
HSL7.59º73.15%42.35%-
HSV(B)7.59º84.49%73.33%-
XYZ21.8112.852.49-
YUV87.9894.72198.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.57%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 29 (11.72% from 255) = 10.94%
R=70.57%
G=18.49%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187492900.740.840.277.5973.1542.35
HexBB311D04A541B8492a
Octal27361350112124331011152
Binary10111011110001111010100101010101001101110001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB311D; }

 p { color: rgb(187,49,29); }

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

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

 a { background-color: rgb(187,49,29); }

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

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

 span { border-color: rgb(187,49,29); }

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