Html Css Color HEX #BB2A16 Harley Davidson Orange

📋 copy color: '#BB2A16'

red 187 ◦ green 42 ◦ blue 22

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

Shades of Harley Davidson Orange #BB2A16

Tints of Harley Davidson Orange #BB2A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 74.5%
G = 16.73%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB2A16 (or 0xBB2A16) is known color: Harley Davidson Orange. HEX triplet: BB, 2A and 16. RGB value is (187,42,22). Sum of RGB (Red+Green+Blue) = 187+42+22=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2A16 is #44D5E9. Grayscale: #535353. Windows color (decimal): -4511210 or 1452731. OLE color: 1452731.

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

Color convert

RGB 187 42 22 -
CMYK 0 0.78 0.88 0.27
HSL 7.27º 0.79% 0.41% -
HSV(B) 7.27º 0.88% 0.73% -
XYZ 21.47 12.28 2 -
YUV 83.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 187 42 22 0 0.78 0.88 0.27 7.27 0.79 0.41
Hex BB 2A 16 0 4E 58 1B 7 4F 29
Octal 273 52 26 0 116 130 33 7 117 51
Binary 10111011 101010 10110 0 1001110 1011000 11011 111 1001111 101001

Color Harmonies of #BB2A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A16

Black with #BB2A16

Text Example


Text Example

White with #BB2A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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