Html Css Color HEX #BB2A14 Harley Davidson Orange

📋 copy color: '#BB2A14'

red 187 ◦ green 42 ◦ blue 20

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

Shades of Harley Davidson Orange #BB2A14

Tints of Harley Davidson Orange #BB2A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.87%

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 75.1%
G = 16.87%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB2A14 (or 0xBB2A14) is known color: Harley Davidson Orange. HEX triplet: BB, 2A and 14. RGB value is (187,42,20). Sum of RGB (Red+Green+Blue) = 187+42+20=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2A14 is #44D5EB. Grayscale: #535353. Windows color (decimal): -4511212 or 1321659. OLE color: 1321659.

HSL color Cylindrical-coordinate representation of color #BB2A14: hue angle of 7.9º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB2A14 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 42 20 -
CMYK 0 0.78 0.89 0.27
HSL 7.9º 0.81% 0.41% -
HSV(B) 7.9º 0.89% 0.73% -
XYZ 21.45 12.27 1.9 -
YUV 82.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 187 42 20 0 0.78 0.89 0.27 7.9 0.81 0.41
Hex BB 2A 14 0 4E 59 1B 8 51 29
Octal 273 52 24 0 116 131 33 10 121 51
Binary 10111011 101010 10100 0 1001110 1011001 11011 1000 1010001 101001

Color Harmonies of #BB2A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A14

Black with #BB2A14

Text Example


Text Example

White with #BB2A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A14; }

 p { color: rgb(187,42,20); }

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

background-color css

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

 a { background-color: rgb(187,42,20); }

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

border-color css

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

 span { border-color: rgb(187,42,20); }

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