Html Css Color HEX #BB3118 Harley Davidson Orange

📋 copy color: '#BB3118'

red 187 ◦ green 49 ◦ blue 24

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

Shades of Harley Davidson Orange #BB3118

Tints of Harley Davidson Orange #BB3118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 24 (9.77% from 255) = 9.23%

R = 71.92%
G = 18.85%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB3118 (or 0xBB3118) is known color: Harley Davidson Orange. HEX triplet: BB, 31 and 18. RGB value is (187,49,24). Sum of RGB (Red+Green+Blue) = 187+49+24=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3118 is #44CEE7. Grayscale: #575757. Windows color (decimal): -4509416 or 1585595. OLE color: 1585595.

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

Color convert

RGB 187 49 24 -
CMYK 0 0.74 0.87 0.27
HSL 9.2º 0.77% 0.41% -
HSV(B) 9.2º 0.87% 0.73% -
XYZ 21.76 12.83 2.19 -
YUV 87.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 187 49 24 0 0.74 0.87 0.27 9.2 0.77 0.41
Hex BB 31 18 0 4A 57 1B 9 4D 29
Octal 273 61 30 0 112 127 33 11 115 51
Binary 10111011 110001 11000 0 1001010 1010111 11011 1001 1001101 101001

Color Harmonies of #BB3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3118

Black with #BB3118

Text Example


Text Example

White with #BB3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3118; }

 p { color: rgb(187,49,24); }

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

background-color css

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

 a { background-color: rgb(187,49,24); }

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

border-color css

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

 span { border-color: rgb(187,49,24); }

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