Html Css Color HEX #BB2913 Harley Davidson Orange

📋 copy color: '#BB2913'

red 187 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #BB2913

Tints of Harley Davidson Orange #BB2913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 75.71%
G = 16.6%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB2913 (or 0xBB2913) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 13. RGB value is (187,41,19). Sum of RGB (Red+Green+Blue) = 187+41+19=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2913 is #44D6EC. Grayscale: #525252. Windows color (decimal): -4511469 or 1255867. OLE color: 1255867.

HSL color Cylindrical-coordinate representation of color #BB2913: hue angle of 7.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB2913 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 19 -
CMYK 0 0.78 0.90 0.27
HSL 7.86º 0.82% 0.4% -
HSV(B) 7.86º 0.9% 0.73% -
XYZ 21.4 12.2 1.84 -
YUV 82.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 187 41 19 0 0.78 0.90 0.27 7.86 0.82 0.4
Hex BB 29 13 0 4E 5A 1B 8 52 28
Octal 273 51 23 0 116 132 33 10 122 50
Binary 10111011 101001 10011 0 1001110 1011010 11011 1000 1010010 101000

Color Harmonies of #BB2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2913

Black with #BB2913

Text Example


Text Example

White with #BB2913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2913; }

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

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

background-color css

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

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

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

border-color css

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

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

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