#BB2E1A

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

Shades of Harley Davidson Orange #BB2E1A

Tints of Harley Davidson Orange #BB2E1A

Color information

#BB2E1A (or 0xBB2E1A) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 2E and 1A. RGB value is (187,46,26). Sum of RGB (Red+Green+Blue) = 187+46+26=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E1A is #44D1E5. Grayscale: #565656. Windows color (decimal): -4510182 or 1715899. OLE color: 1715899.

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

Color convert

RGB1874626-
CMYK00.750.860.27
HSL7.45º75.59%41.76%-
HSV(B)7.45º86.1%73.33%-
XYZ21.6612.592.27-
YUV85.8894.21200.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 72.20%
GREEN value IS 46 (18.36% from 255) = 17.76%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=72.20%
G=17.76%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187462600.750.860.277.4575.5941.76
HexBB2E1A04B561B74c2a
Octal2735632011312633711452
Binary1011101110111011010010010111010110110111111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E1A; }

 p { color: rgb(187,46,26); }

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

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

 a { background-color: rgb(187,46,26); }

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

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

 span { border-color: rgb(187,46,26); }

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