Html Css Color HEX #BB3513 Harley Davidson Orange

📋 copy color: '#BB3513'

red 187 ◦ green 53 ◦ blue 19

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

Shades of Harley Davidson Orange #BB3513

Tints of Harley Davidson Orange #BB3513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 72.2%
G = 20.46%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB3513 (or 0xBB3513) is known color: Harley Davidson Orange. HEX triplet: BB, 35 and 13. RGB value is (187,53,19). Sum of RGB (Red+Green+Blue) = 187+53+19=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3513 is #44CAEC. Grayscale: #595959. Windows color (decimal): -4508397 or 1258939. OLE color: 1258939.

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

Color convert

RGB 187 53 19 -
CMYK 0 0.72 0.90 0.27
HSL 12.14º 0.82% 0.4% -
HSV(B) 12.14º 0.9% 0.73% -
XYZ 21.88 13.16 2 -
YUV 89.19 88.39 197.76 -
System Red Green Blue C M Y K H S L
Decimal 187 53 19 0 0.72 0.90 0.27 12.14 0.82 0.4
Hex BB 35 13 0 48 5A 1B C 52 28
Octal 273 65 23 0 110 132 33 14 122 50
Binary 10111011 110101 10011 0 1001000 1011010 11011 1100 1010010 101000

Color Harmonies of #BB3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3513

Black with #BB3513

Text Example


Text Example

White with #BB3513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3513; }

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

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

background-color css

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

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

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

border-color css

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

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

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