#BB2F1A

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

Shades of Harley Davidson Orange #BB2F1A

Tints of Harley Davidson Orange #BB2F1A

Color information

#BB2F1A (or 0xBB2F1A) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 2F and 1A. RGB value is (187,47,26). Sum of RGB (Red+Green+Blue) = 187+47+26=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2F1A is #44D0E5. Grayscale: #565656. Windows color (decimal): -4509926 or 1716155. OLE color: 1716155.

HSL color Cylindrical-coordinate representation of color #BB2F1A: hue angle of 7.83º 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 #BB2F1A is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1874726-
CMYK00.750.860.27
HSL7.83º75.59%41.76%-
HSV(B)7.83º86.1%73.33%-
XYZ21.712.672.28-
YUV86.4793.88199.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 71.92%
GREEN value IS 47 (18.75% from 255) = 18.08%
BLUE value IS 26 (10.55% from 255) = 10%
R=71.92%
G=18.08%
B=10%

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
Decimal187472600.750.860.277.8375.5941.76
HexBB2F1A04B561B84c2a
Octal27357320113126331011452
Binary10111011101111110100100101110101101101110001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2F1A; }

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

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

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

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

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

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

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

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