Html Css Color HEX #BB3415 Harley Davidson Orange

📋 copy color: '#BB3415'

red 187 ◦ green 52 ◦ blue 21

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

Shades of Harley Davidson Orange #BB3415

Tints of Harley Davidson Orange #BB3415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

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

R = 71.92%
G = 20%
B = 8.08%

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

#BB3415 (or 0xBB3415) is known color: Harley Davidson Orange. HEX triplet: BB, 34 and 15. RGB value is (187,52,21). Sum of RGB (Red+Green+Blue) = 187+52+21=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3415 is #44CBEA. Grayscale: #595959. Windows color (decimal): -4508651 or 1389755. OLE color: 1389755.

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

Color convert

RGB 187 52 21 -
CMYK 0 0.72 0.89 0.27
HSL 11.2º 0.8% 0.41% -
HSV(B) 11.2º 0.89% 0.73% -
XYZ 21.86 13.07 2.08 -
YUV 88.83 89.73 198.02 -
System Red Green Blue C M Y K H S L
Decimal 187 52 21 0 0.72 0.89 0.27 11.2 0.8 0.41
Hex BB 34 15 0 48 59 1B B 50 29
Octal 273 64 25 0 110 131 33 13 120 51
Binary 10111011 110100 10101 0 1001000 1011001 11011 1011 1010000 101001

Color Harmonies of #BB3415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3415

Black with #BB3415

Text Example


Text Example

White with #BB3415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3415; }

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

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

background-color css

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

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

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

border-color css

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

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

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