Html Css Color HEX #BB2503 Harley Davidson Orange

📋 copy color: '#BB2503'

red 187 ◦ green 37 ◦ blue 3

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

Shades of Harley Davidson Orange #BB2503

Tints of Harley Davidson Orange #BB2503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.32%

R = 82.38%
G = 16.3%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB2503 (or 0xBB2503) is known color: Harley Davidson Orange. HEX triplet: BB, 25 and 03. RGB value is (187,37,3). Sum of RGB (Red+Green+Blue) = 187+37+3=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2503 is #44DAFC. Grayscale: #4E4E4E. Windows color (decimal): -4512509 or 206267. OLE color: 206267.

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

Color convert

RGB 187 37 3 -
CMYK 0 0.80 0.98 0.27
HSL 11.09º 0.97% 0.37% -
HSV(B) 11.09º 0.98% 0.73% -
XYZ 21.17 11.89 1.27 -
YUV 77.97 85.7 205.76 -
System Red Green Blue C M Y K H S L
Decimal 187 37 3 0 0.80 0.98 0.27 11.09 0.97 0.37
Hex BB 25 3 0 50 62 1B B 61 25
Octal 273 45 3 0 120 142 33 13 141 45
Binary 10111011 100101 11 0 1010000 1100010 11011 1011 1100001 100101

Color Harmonies of #BB2503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2503

Black with #BB2503

Text Example


Text Example

White with #BB2503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2503; }

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

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

background-color css

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

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

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

border-color css

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

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

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