Html Css Color HEX #BB3018 Harley Davidson Orange

📋 copy color: '#BB3018'

red 187 ◦ green 48 ◦ blue 24

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

Shades of Harley Davidson Orange #BB3018

Tints of Harley Davidson Orange #BB3018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

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

R = 72.2%
G = 18.53%
B = 9.27%

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

#BB3018 (or 0xBB3018) is known color: Harley Davidson Orange. HEX triplet: BB, 30 and 18. RGB value is (187,48,24). Sum of RGB (Red+Green+Blue) = 187+48+24=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3018 is #44CFE7. Grayscale: #575757. Windows color (decimal): -4509672 or 1585339. OLE color: 1585339.

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

Color convert

RGB 187 48 24 -
CMYK 0 0.74 0.87 0.27
HSL 8.83º 0.77% 0.41% -
HSV(B) 8.83º 0.87% 0.73% -
XYZ 21.72 12.74 2.18 -
YUV 86.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 187 48 24 0 0.74 0.87 0.27 8.83 0.77 0.41
Hex BB 30 18 0 4A 57 1B 9 4D 29
Octal 273 60 30 0 112 127 33 11 115 51
Binary 10111011 110000 11000 0 1001010 1010111 11011 1001 1001101 101001

Color Harmonies of #BB3018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3018

Black with #BB3018

Text Example


Text Example

White with #BB3018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3018; }

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

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

background-color css

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

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

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

border-color css

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

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

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