Html Css Color HEX #BB2C0B Harley Davidson Orange

📋 copy color: '#BB2C0B'

red 187 ◦ green 44 ◦ blue 11

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

Shades of Harley Davidson Orange #BB2C0B

Tints of Harley Davidson Orange #BB2C0B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.18%

 BLUE value IS 11 (4.69% from 255) = 4.55%

R = 77.27%
G = 18.18%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB2C0B (or 0xBB2C0B) is known color: Harley Davidson Orange. HEX triplet: BB, 2C and 0B. RGB value is (187,44,11). Sum of RGB (Red+Green+Blue) = 187+44+11=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2C0B is #44D3F4. Grayscale: #535353. Windows color (decimal): -4510709 or 732347. OLE color: 732347.

HSL color Cylindrical-coordinate representation of color #BB2C0B: hue angle of 11.25º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB2C0B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 44 11 -
CMYK 0 0.76 0.94 0.27
HSL 11.25º 0.89% 0.39% -
HSV(B) 11.25º 0.94% 0.73% -
XYZ 21.45 12.39 1.58 -
YUV 83 87.38 202.18 -
System Red Green Blue C M Y K H S L
Decimal 187 44 11 0 0.76 0.94 0.27 11.25 0.89 0.39
Hex BB 2C B 0 4C 5E 1B B 59 27
Octal 273 54 13 0 114 136 33 13 131 47
Binary 10111011 101100 1011 0 1001100 1011110 11011 1011 1011001 100111

Color Harmonies of #BB2C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C0B

Black with #BB2C0B

Text Example


Text Example

White with #BB2C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C0B; }

 p { color: rgb(187,44,11); }

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

background-color css

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

 a { background-color: rgb(187,44,11); }

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

border-color css

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

 span { border-color: rgb(187,44,11); }

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