Html Css Color HEX #BB2200 Harley Davidson Orange

📋 copy color: '#BB2200'

red 187 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #BB2200

Tints of Harley Davidson Orange #BB2200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.38%

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

R = 84.62%
G = 15.38%
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

#BB2200 (or 0xBB2200) is known color: Harley Davidson Orange. HEX triplet: BB, 22 and 00. RGB value is (187,34,0). Sum of RGB (Red+Green+Blue) = 187+34+0=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2200 is #44DDFF. Grayscale: #4C4C4C. Windows color (decimal): -4513280 or 8891. OLE color: 8891.

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

Color convert

RGB 187 34 0 -
CMYK 0 0.82 1 0.27
HSL 10.91º 1% 0.37% -
HSV(B) 10.91º 1% 0.73% -
XYZ 21.07 11.71 1.15 -
YUV 75.87 85.19 207.26 -
System Red Green Blue C M Y K H S L
Decimal 187 34 0 0 0.82 1 0.27 10.91 1 0.37
Hex BB 22 0 0 52 64 1B B 64 25
Octal 273 42 0 0 122 144 33 13 144 45
Binary 10111011 100010 0 0 1010010 1100100 11011 1011 1100100 100101

Color Harmonies of #BB2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2200

Black with #BB2200

Text Example


Text Example

White with #BB2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2200; }

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

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

background-color css

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

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

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

border-color css

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

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

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