Html Css Color HEX #BB2502 Harley Davidson Orange

📋 copy color: '#BB2502'

red 187 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #BB2502

Tints of Harley Davidson Orange #BB2502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 82.74%
G = 16.37%
B = 0.88%

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

#BB2502 (or 0xBB2502) is known color: Harley Davidson Orange. HEX triplet: BB, 25 and 02. RGB value is (187,37,2). Sum of RGB (Red+Green+Blue) = 187+37+2=226 (29% of max value = 765). Red value is 187 (73.44% from 255 or 82.74% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2502 is #44DAFD. Grayscale: #4E4E4E. Windows color (decimal): -4512510 or 140731. OLE color: 140731.

HSL color Cylindrical-coordinate representation of color #BB2502: hue angle of 11.35º degrees, saturation: 0.98, 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 #BB2502 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 2 -
CMYK 0 0.80 0.99 0.27
HSL 11.35º 0.98% 0.37% -
HSV(B) 11.35º 0.99% 0.73% -
XYZ 21.17 11.89 1.24 -
YUV 77.86 85.2 205.85 -
System Red Green Blue C M Y K H S L
Decimal 187 37 2 0 0.80 0.99 0.27 11.35 0.98 0.37
Hex BB 25 2 0 50 63 1B B 62 25
Octal 273 45 2 0 120 143 33 13 142 45
Binary 10111011 100101 10 0 1010000 1100011 11011 1011 1100010 100101

Color Harmonies of #BB2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2502

Black with #BB2502

Text Example


Text Example

White with #BB2502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2502; }

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

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

background-color css

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

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

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

border-color css

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

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

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