Html Css Color HEX #BB2500 Harley Davidson Orange

📋 copy color: '#BB2500'

red 187 ◦ green 37 ◦ blue 0

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

Shades of Harley Davidson Orange #BB2500

Tints of Harley Davidson Orange #BB2500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.48%
G = 16.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB2500 (or 0xBB2500) is known color: Harley Davidson Orange. HEX triplet: BB, 25 and 00. RGB value is (187,37,0). Sum of RGB (Red+Green+Blue) = 187+37+0=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2500 is #44DAFF. Grayscale: #4D4D4D. Windows color (decimal): -4512512 or 9659. OLE color: 9659.

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

Color convert

RGB 187 37 0 -
CMYK 0 0.80 1 0.27
HSL 11.87º 1% 0.37% -
HSV(B) 11.87º 1% 0.73% -
XYZ 21.16 11.89 1.18 -
YUV 77.63 84.2 206.01 -
System Red Green Blue C M Y K H S L
Decimal 187 37 0 0 0.80 1 0.27 11.87 1 0.37
Hex BB 25 0 0 50 64 1B C 64 25
Octal 273 45 0 0 120 144 33 14 144 45
Binary 10111011 100101 0 0 1010000 1100100 11011 1100 1100100 100101

Color Harmonies of #BB2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2500

Black with #BB2500

Text Example


Text Example

White with #BB2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2500; }

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

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

background-color css

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

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

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

border-color css

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

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

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