Html Css Color HEX #BB3515 Harley Davidson Orange

📋 copy color: '#BB3515'

red 187 ◦ green 53 ◦ blue 21

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

Shades of Harley Davidson Orange #BB3515

Tints of Harley Davidson Orange #BB3515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 71.65%
G = 20.31%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB3515 (or 0xBB3515) is known color: Harley Davidson Orange. HEX triplet: BB, 35 and 15. RGB value is (187,53,21). Sum of RGB (Red+Green+Blue) = 187+53+21=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3515 is #44CAEA. Grayscale: #595959. Windows color (decimal): -4508395 or 1390011. OLE color: 1390011.

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

Color convert

RGB 187 53 21 -
CMYK 0 0.72 0.89 0.27
HSL 11.57º 0.8% 0.41% -
HSV(B) 11.57º 0.89% 0.73% -
XYZ 21.9 13.17 2.1 -
YUV 89.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 187 53 21 0 0.72 0.89 0.27 11.57 0.8 0.41
Hex BB 35 15 0 48 59 1B C 50 29
Octal 273 65 25 0 110 131 33 14 120 51
Binary 10111011 110101 10101 0 1001000 1011001 11011 1100 1010000 101001

Color Harmonies of #BB3515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3515

Black with #BB3515

Text Example


Text Example

White with #BB3515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3515; }

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

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

background-color css

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

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

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

border-color css

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

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

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