#bb3015

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

Shades of Harley Davidson Orange #BB3015

Tints of Harley Davidson Orange #BB3015

Color information

#BB3015 (or 0xBB3015) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 30 and 15. RGB value is (187,48,21). Sum of RGB (Red+Green+Blue) = 187+48+21=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3015 is #44CFEA. Grayscale: #565656. Windows color (decimal): -4509675 or 1388731. OLE color: 1388731.

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

Color convert

RGB1874821-
CMYK00.740.890.27
HSL9.76º79.81%40.78%-
HSV(B)9.76º88.77%73.33%-
XYZ21.6912.732.02-
YUV86.4891.05199.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.05%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 21 (8.59% from 255) = 8.20%
R=73.05%
G=18.75%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187482100.740.890.279.7679.8140.78
HexBB301504A591Ba5029
Octal27360250112131331212051
Binary10111011110000101010100101010110011101110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3015; }

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

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

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

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

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

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

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

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