Html Css Color HEX #BB2915 Harley Davidson Orange

📋 copy color: '#BB2915'

red 187 ◦ green 41 ◦ blue 21

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

Shades of Harley Davidson Orange #BB2915

Tints of Harley Davidson Orange #BB2915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 75.1%
G = 16.47%
B = 8.43%

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

#BB2915 (or 0xBB2915) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 15. RGB value is (187,41,21). Sum of RGB (Red+Green+Blue) = 187+41+21=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2915 is #44D6EA. Grayscale: #525252. Windows color (decimal): -4511467 or 1386939. OLE color: 1386939.

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

Color convert

RGB 187 41 21 -
CMYK 0 0.78 0.89 0.27
HSL 7.23º 0.8% 0.41% -
HSV(B) 7.23º 0.89% 0.73% -
XYZ 21.42 12.2 1.94 -
YUV 82.37 93.37 202.63 -
System Red Green Blue C M Y K H S L
Decimal 187 41 21 0 0.78 0.89 0.27 7.23 0.8 0.41
Hex BB 29 15 0 4E 59 1B 7 50 29
Octal 273 51 25 0 116 131 33 7 120 51
Binary 10111011 101001 10101 0 1001110 1011001 11011 111 1010000 101001

Color Harmonies of #BB2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2915

Black with #BB2915

Text Example


Text Example

White with #BB2915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2915; }

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

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

background-color css

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

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

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

border-color css

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

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

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