#BB3B1D

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

Shades of Harley Davidson Orange #BB3B1D

Tints of Harley Davidson Orange #BB3B1D

Color information

#BB3B1D (or 0xBB3B1D) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 3B and 1D. RGB value is (187,59,29). Sum of RGB (Red+Green+Blue) = 187+59+29=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3B1D is #44C4E2. Grayscale: #5E5E5E. Windows color (decimal): -4506851 or 1915835. OLE color: 1915835.

HSL color Cylindrical-coordinate representation of color #BB3B1D: hue angle of 11.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB3B1D is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1875929-
CMYK00.680.840.27
HSL11.39º73.15%42.35%-
HSV(B)11.39º84.49%73.33%-
XYZ22.2813.782.65-
YUV93.8591.41194.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68%
GREEN value IS 59 (23.44% from 255) = 21.45%
BLUE value IS 29 (11.72% from 255) = 10.55%
R=68%
G=21.45%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187592900.680.840.2711.3973.1542.35
HexBB3B1D044541Bb492a
Octal27373350104124331311152
Binary10111011111011111010100010010101001101110111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3B1D; }

 p { color: rgb(187,59,29); }

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

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

 a { background-color: rgb(187,59,29); }

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

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

 span { border-color: rgb(187,59,29); }

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