Html Css Color HEX #BB3516 Harley Davidson Orange

📋 copy color: '#BB3516'

red 187 ◦ green 53 ◦ blue 22

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

Shades of Harley Davidson Orange #BB3516

Tints of Harley Davidson Orange #BB3516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.4%

R = 71.37%
G = 20.23%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB3516 (or 0xBB3516) is known color: Harley Davidson Orange. HEX triplet: BB, 35 and 16. RGB value is (187,53,22). Sum of RGB (Red+Green+Blue) = 187+53+22=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3516 is #44CAE9. Grayscale: #595959. Windows color (decimal): -4508394 or 1455547. OLE color: 1455547.

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

Color convert

RGB 187 53 22 -
CMYK 0 0.72 0.88 0.27
HSL 11.27º 0.79% 0.41% -
HSV(B) 11.27º 0.88% 0.73% -
XYZ 21.91 13.17 2.15 -
YUV 89.53 89.89 197.52 -
System Red Green Blue C M Y K H S L
Decimal 187 53 22 0 0.72 0.88 0.27 11.27 0.79 0.41
Hex BB 35 16 0 48 58 1B B 4F 29
Octal 273 65 26 0 110 130 33 13 117 51
Binary 10111011 110101 10110 0 1001000 1011000 11011 1011 1001111 101001

Color Harmonies of #BB3516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3516

Black with #BB3516

Text Example


Text Example

White with #BB3516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3516; }

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

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

background-color css

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

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

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

border-color css

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

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

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