#BB320C

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

Shades of Harley Davidson Orange #BB320C

Tints of Harley Davidson Orange #BB320C

Color information

#BB320C (or 0xBB320C) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 32 and 0C. RGB value is (187,50,12). Sum of RGB (Red+Green+Blue) = 187+50+12=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB320C is #44CDF3. Grayscale: #565656. Windows color (decimal): -4509172 or 799419. OLE color: 799419.

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

Color convert

RGB1875012-
CMYK00.730.940.27
HSL13.03º87.94%39.02%-
HSV(B)13.03º93.58%73.33%-
XYZ21.712.871.69-
YUV86.6385.89199.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 75.10%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=75.10%
G=20.08%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187501200.730.940.2713.0387.9439.02
HexBB32C0495E1Bd5827
Octal27362140111136331513047
Binary1011101111001011000100100110111101101111011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB320C; }

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

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

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

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

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

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

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

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