#BB321B

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

Shades of Harley Davidson Orange #BB321B

Tints of Harley Davidson Orange #BB321B

Color information

#BB321B (or 0xBB321B) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 32 and 1B. RGB value is (187,50,27). Sum of RGB (Red+Green+Blue) = 187+50+27=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB321B is #44CDE4. Grayscale: #585858. Windows color (decimal): -4509157 or 1782459. OLE color: 1782459.

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

Color convert

RGB1875027-
CMYK00.730.860.27
HSL8.62º74.77%41.96%-
HSV(B)8.62º85.56%73.33%-
XYZ21.8312.932.38-
YUV88.3493.39198.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.83%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 27 (10.94% from 255) = 10.23%
R=70.83%
G=18.94%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187502700.730.860.278.6274.7741.96
HexBB321B049561B94b2a
Octal27362330111126331111352
Binary10111011110010110110100100110101101101110011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB321B; }

 p { color: rgb(187,50,27); }

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

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

 a { background-color: rgb(187,50,27); }

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

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

 span { border-color: rgb(187,50,27); }

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