Html Css Color HEX #BB2911 Harley Davidson Orange

📋 copy color: '#BB2911'

red 187 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #BB2911

Tints of Harley Davidson Orange #BB2911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

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

R = 76.33%
G = 16.73%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB2911 (or 0xBB2911) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 11. RGB value is (187,41,17). Sum of RGB (Red+Green+Blue) = 187+41+17=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2911 is #44D6EE. Grayscale: #525252. Windows color (decimal): -4511471 or 1124795. OLE color: 1124795.

HSL color Cylindrical-coordinate representation of color #BB2911: hue angle of 8.47º 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 #BB2911 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 17 -
CMYK 0 0.78 0.91 0.27
HSL 8.47º 0.83% 0.4% -
HSV(B) 8.47º 0.91% 0.73% -
XYZ 21.39 12.19 1.76 -
YUV 81.92 91.37 202.95 -
System Red Green Blue C M Y K H S L
Decimal 187 41 17 0 0.78 0.91 0.27 8.47 0.83 0.4
Hex BB 29 11 0 4E 5B 1B 8 53 28
Octal 273 51 21 0 116 133 33 10 123 50
Binary 10111011 101001 10001 0 1001110 1011011 11011 1000 1010011 101000

Color Harmonies of #BB2911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2911

Black with #BB2911

Text Example


Text Example

White with #BB2911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2911; }

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

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

background-color css

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

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

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

border-color css

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

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

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