Html Css Color HEX #BB3716 Harley Davidson Orange

📋 copy color: '#BB3716'

red 187 ◦ green 55 ◦ blue 22

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

Shades of Harley Davidson Orange #BB3716

Tints of Harley Davidson Orange #BB3716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

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

R = 70.83%
G = 20.83%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB3716 (or 0xBB3716) is known color: Harley Davidson Orange. HEX triplet: BB, 37 and 16. RGB value is (187,55,22). Sum of RGB (Red+Green+Blue) = 187+55+22=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3716 is #44C8E9. Grayscale: #5A5A5A. Windows color (decimal): -4507882 or 1456059. OLE color: 1456059.

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

Color convert

RGB 187 55 22 -
CMYK 0 0.71 0.88 0.27
HSL 12º 0.79% 0.41% -
HSV(B) 12º 0.88% 0.73% -
XYZ 22 13.36 2.18 -
YUV 90.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 187 55 22 0 0.71 0.88 0.27 12 0.79 0.41
Hex BB 37 16 0 47 58 1B C 4F 29
Octal 273 67 26 0 107 130 33 14 117 51
Binary 10111011 110111 10110 0 1000111 1011000 11011 1100 1001111 101001

Color Harmonies of #BB3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3716

Black with #BB3716

Text Example


Text Example

White with #BB3716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3716; }

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

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

background-color css

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

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

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

border-color css

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

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

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