#BB3518

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

Shades of Harley Davidson Orange #BB3518

Tints of Harley Davidson Orange #BB3518

Color information

#BB3518 (or 0xBB3518) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 35 and 18. RGB value is (187,53,24). Sum of RGB (Red+Green+Blue) = 187+53+24=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3518 is #44CAE7. Grayscale: #5A5A5A. Windows color (decimal): -4508392 or 1586619. OLE color: 1586619.

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

Color convert

RGB1875324-
CMYK00.720.870.27
HSL10.67º77.25%41.37%-
HSV(B)10.67º87.17%73.33%-
XYZ21.9313.182.25-
YUV89.7690.89197.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.83%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 24 (9.77% from 255) = 9.09%
R=70.83%
G=20.08%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187532400.720.870.2710.6777.2541.37
HexBB3518048571Bb4d29
Octal27365300110127331311551
Binary10111011110101110000100100010101111101110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3518; }

 p { color: rgb(187,53,24); }

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

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

 a { background-color: rgb(187,53,24); }

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

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

 span { border-color: rgb(187,53,24); }

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