Html Css Color HEX #BB2E14 Harley Davidson Orange

📋 copy color: '#BB2E14'

red 187 ◦ green 46 ◦ blue 20

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

Shades of Harley Davidson Orange #BB2E14

Tints of Harley Davidson Orange #BB2E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.18%

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

R = 73.91%
G = 18.18%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB2E14 (or 0xBB2E14) is known color: Harley Davidson Orange. HEX triplet: BB, 2E and 14. RGB value is (187,46,20). Sum of RGB (Red+Green+Blue) = 187+46+20=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2E14 is #44D1EB. Grayscale: #555555. Windows color (decimal): -4510188 or 1322683. OLE color: 1322683.

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

Color convert

RGB 187 46 20 -
CMYK 0 0.75 0.89 0.27
HSL 9.34º 0.81% 0.41% -
HSV(B) 9.34º 0.89% 0.73% -
XYZ 21.6 12.57 1.95 -
YUV 85.2 91.21 200.61 -
System Red Green Blue C M Y K H S L
Decimal 187 46 20 0 0.75 0.89 0.27 9.34 0.81 0.41
Hex BB 2E 14 0 4B 59 1B 9 51 29
Octal 273 56 24 0 113 131 33 11 121 51
Binary 10111011 101110 10100 0 1001011 1011001 11011 1001 1010001 101001

Color Harmonies of #BB2E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E14

Black with #BB2E14

Text Example


Text Example

White with #BB2E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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