Html Css Color HEX #BB2100 Harley Davidson Orange

📋 copy color: '#BB2100'

red 187 ◦ green 33 ◦ blue 0

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

Shades of Harley Davidson Orange #BB2100

Tints of Harley Davidson Orange #BB2100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15%

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

R = 85%
G = 15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB2100 (or 0xBB2100) is known color: Harley Davidson Orange. HEX triplet: BB, 21 and 00. RGB value is (187,33,0). Sum of RGB (Red+Green+Blue) = 187+33+0=220 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2100 is #44DEFF. Grayscale: #4B4B4B. Windows color (decimal): -4513536 or 8635. OLE color: 8635.

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

Color convert

RGB 187 33 0 -
CMYK 0 0.82 1 0.27
HSL 10.59º 1% 0.37% -
HSV(B) 10.59º 1% 0.73% -
XYZ 21.04 11.65 1.14 -
YUV 75.28 85.52 207.68 -
System Red Green Blue C M Y K H S L
Decimal 187 33 0 0 0.82 1 0.27 10.59 1 0.37
Hex BB 21 0 0 52 64 1B B 64 25
Octal 273 41 0 0 122 144 33 13 144 45
Binary 10111011 100001 0 0 1010010 1100100 11011 1011 1100100 100101

Color Harmonies of #BB2100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2100

Black with #BB2100

Text Example


Text Example

White with #BB2100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2100; }

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

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

background-color css

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

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

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

border-color css

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

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

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