Html Css Color HEX #BB3511 Harley Davidson Orange

📋 copy color: '#BB3511'

red 187 ◦ green 53 ◦ blue 17

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

Shades of Harley Davidson Orange #BB3511

Tints of Harley Davidson Orange #BB3511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.62%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 72.76%
G = 20.62%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB3511 (or 0xBB3511) is known color: Harley Davidson Orange. HEX triplet: BB, 35 and 11. RGB value is (187,53,17). Sum of RGB (Red+Green+Blue) = 187+53+17=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3511 is #44CAEE. Grayscale: #595959. Windows color (decimal): -4508399 or 1127867. OLE color: 1127867.

HSL color Cylindrical-coordinate representation of color #BB3511: hue angle of 12.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB3511 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 53 17 -
CMYK 0 0.72 0.91 0.27
HSL 12.71º 0.83% 0.4% -
HSV(B) 12.71º 0.91% 0.73% -
XYZ 21.87 13.15 1.92 -
YUV 88.96 87.39 197.93 -
System Red Green Blue C M Y K H S L
Decimal 187 53 17 0 0.72 0.91 0.27 12.71 0.83 0.4
Hex BB 35 11 0 48 5B 1B D 53 28
Octal 273 65 21 0 110 133 33 15 123 50
Binary 10111011 110101 10001 0 1001000 1011011 11011 1101 1010011 101000

Color Harmonies of #BB3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3511

Black with #BB3511

Text Example


Text Example

White with #BB3511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3511; }

 p { color: rgb(187,53,17); }

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

background-color css

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

 a { background-color: rgb(187,53,17); }

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

border-color css

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

 span { border-color: rgb(187,53,17); }

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