Html Css Color HEX #BB2102 Harley Davidson Orange

📋 copy color: '#BB2102'

red 187 ◦ green 33 ◦ blue 2

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

Shades of Harley Davidson Orange #BB2102

Tints of Harley Davidson Orange #BB2102

RGB

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

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

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

R = 84.23%
G = 14.86%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB2102 (or 0xBB2102) is known color: Harley Davidson Orange. HEX triplet: BB, 21 and 02. RGB value is (187,33,2). Sum of RGB (Red+Green+Blue) = 187+33+2=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2102 is #44DEFD. Grayscale: #4B4B4B. Windows color (decimal): -4513534 or 139707. OLE color: 139707.

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

Color convert

RGB 187 33 2 -
CMYK 0 0.82 0.99 0.27
HSL 10.05º 0.98% 0.37% -
HSV(B) 10.05º 0.99% 0.73% -
XYZ 21.05 11.66 1.2 -
YUV 75.51 86.52 207.52 -
System Red Green Blue C M Y K H S L
Decimal 187 33 2 0 0.82 0.99 0.27 10.05 0.98 0.37
Hex BB 21 2 0 52 63 1B A 62 25
Octal 273 41 2 0 122 143 33 12 142 45
Binary 10111011 100001 10 0 1010010 1100011 11011 1010 1100010 100101

Color Harmonies of #BB2102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2102

Black with #BB2102

Text Example


Text Example

White with #BB2102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2102; }

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

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

background-color css

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

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

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

border-color css

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

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

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