#BB2C00

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

Shades of Harley Davidson Orange #BB2C00

Tints of Harley Davidson Orange #BB2C00

Color information

#BB2C00 (or 0xBB2C00) is unknown color: approx Harley Davidson Orange. HEX triplet: BB, 2C and 00. RGB value is (187,44,0). Sum of RGB (Red+Green+Blue) = 187+44+0=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2C00 is #44D3FF. Grayscale: #525252. Windows color (decimal): -4510720 or 11451. OLE color: 11451.

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

Color convert

RGB187440-
CMYK00.7610.27
HSL14.12º100%36.67%-
HSV(B)14.12º100%73.33%-
XYZ21.3912.371.26-
YUV81.7481.88203.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 80.95%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.95%
G=19.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18744000.7610.2714.1210036.67
HexBB2C004C641Be6425
Octal2735400114144331614445
Binary1011101110110000100110011001001101111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2C00; }

 p { color: rgb(187,44,0); }

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

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

 a { background-color: rgb(187,44,0); }

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

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

 span { border-color: rgb(187,44,0); }

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