#BB2B15

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

Shades of Harley Davidson Orange #BB2B15

Tints of Harley Davidson Orange #BB2B15

Color information

#BB2B15 (or 0xBB2B15) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 2B and 15. RGB value is (187,43,21). Sum of RGB (Red+Green+Blue) = 187+43+21=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2B15 is #44D4EA. Grayscale: #535353. Windows color (decimal): -4510955 or 1387451. OLE color: 1387451.

HSL color Cylindrical-coordinate representation of color #BB2B15: hue angle of 7.95º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB2B15 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1874321-
CMYK00.770.890.27
HSL7.95º79.81%40.78%-
HSV(B)7.95º88.77%73.33%-
XYZ21.4912.351.96-
YUV83.5592.71201.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 74.50%
GREEN value IS 43 (17.19% from 255) = 17.13%
BLUE value IS 21 (8.59% from 255) = 8.37%
R=74.50%
G=17.13%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187432100.770.890.277.9579.8140.78
HexBB2B1504D591B85029
Octal27353250115131331012051
Binary10111011101011101010100110110110011101110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B15; }

 p { color: rgb(187,43,21); }

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

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

 a { background-color: rgb(187,43,21); }

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

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

 span { border-color: rgb(187,43,21); }

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