Html Css Color HEX #BB2C11 Harley Davidson Orange

📋 copy color: '#BB2C11'

red 187 ◦ green 44 ◦ blue 17

#BB2C11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BB2C11

Tints of Harley Davidson Orange #BB2C11

RGB

 RED value IS 187 (73.44% from 255) = 75.4%

 GREEN value IS 44 (17.58% from 255) = 17.74%

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 75.4%
G = 17.74%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB2C11 (or 0xBB2C11) is known color: Harley Davidson Orange. HEX triplet: BB, 2C and 11. RGB value is (187,44,17). Sum of RGB (Red+Green+Blue) = 187+44+17=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2C11 is #44D3EE. Grayscale: #535353. Windows color (decimal): -4510703 or 1125563. OLE color: 1125563.

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

Color convert

RGB 187 44 17 -
CMYK 0 0.76 0.91 0.27
HSL 9.53º 0.83% 0.4% -
HSV(B) 9.53º 0.91% 0.73% -
XYZ 21.5 12.41 1.79 -
YUV 83.68 90.38 201.7 -
System Red Green Blue C M Y K H S L
Decimal 187 44 17 0 0.76 0.91 0.27 9.53 0.83 0.4
Hex BB 2C 11 0 4C 5B 1B A 53 28
Octal 273 54 21 0 114 133 33 12 123 50
Binary 10111011 101100 10001 0 1001100 1011011 11011 1010 1010011 101000

Color Harmonies of #BB2C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C11

Black with #BB2C11

Text Example


Text Example

White with #BB2C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C11; }

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

 H1.HeaderClassName
 {
   color: #BB2C11;
 }
 .AnyTagClassName
 {
   color: #BB2C11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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