Html Css Color HEX #BB2501 Harley Davidson Orange

📋 copy color: '#BB2501'

red 187 ◦ green 37 ◦ blue 1

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

Shades of Harley Davidson Orange #BB2501

Tints of Harley Davidson Orange #BB2501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.44%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 83.11%
G = 16.44%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB2501 (or 0xBB2501) is known color: Harley Davidson Orange. HEX triplet: BB, 25 and 01. RGB value is (187,37,1). Sum of RGB (Red+Green+Blue) = 187+37+1=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2501 is #44DAFE. Grayscale: #4E4E4E. Windows color (decimal): -4512511 or 75195. OLE color: 75195.

HSL color Cylindrical-coordinate representation of color #BB2501: hue angle of 11.61º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB2501 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 1 -
CMYK 0 0.80 0.99 0.27
HSL 11.61º 0.99% 0.37% -
HSV(B) 11.61º 0.99% 0.73% -
XYZ 21.16 11.89 1.21 -
YUV 77.75 84.7 205.93 -
System Red Green Blue C M Y K H S L
Decimal 187 37 1 0 0.80 0.99 0.27 11.61 0.99 0.37
Hex BB 25 1 0 50 63 1B C 63 25
Octal 273 45 1 0 120 143 33 14 143 45
Binary 10111011 100101 1 0 1010000 1100011 11011 1100 1100011 100101

Color Harmonies of #BB2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2501

Black with #BB2501

Text Example


Text Example

White with #BB2501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2501; }

 p { color: rgb(187,37,1); }

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

background-color css

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

 a { background-color: rgb(187,37,1); }

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

border-color css

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

 span { border-color: rgb(187,37,1); }

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