#BB3417

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

Shades of Harley Davidson Orange #BB3417

Tints of Harley Davidson Orange #BB3417

Color information

#BB3417 (or 0xBB3417) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 34 and 17. RGB value is (187,52,23). Sum of RGB (Red+Green+Blue) = 187+52+23=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3417 is #44CBE8. Grayscale: #595959. Windows color (decimal): -4508649 or 1520827. OLE color: 1520827.

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

Color convert

RGB1875223-
CMYK00.720.880.27
HSL10.61º78.1%41.18%-
HSV(B)10.61º87.7%73.33%-
XYZ21.8813.082.18-
YUV89.0690.73197.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 71.37%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 23 (9.38% from 255) = 8.78%
R=71.37%
G=19.85%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187522300.720.880.2710.6178.141.18
HexBB3417048581Bb4e29
Octal27364270110130331311651
Binary10111011110100101110100100010110001101110111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3417; }

 p { color: rgb(187,52,23); }

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

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

 a { background-color: rgb(187,52,23); }

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

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

 span { border-color: rgb(187,52,23); }

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