Html Css Color HEX #BB3717 Harley Davidson Orange

📋 copy color: '#BB3717'

red 187 ◦ green 55 ◦ blue 23

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

Shades of Harley Davidson Orange #BB3717

Tints of Harley Davidson Orange #BB3717

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.75%

 BLUE value IS 23 (9.38% from 255) = 8.68%

R = 70.57%
G = 20.75%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB3717 (or 0xBB3717) is known color: Harley Davidson Orange. HEX triplet: BB, 37 and 17. RGB value is (187,55,23). Sum of RGB (Red+Green+Blue) = 187+55+23=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3717 is #44C8E8. Grayscale: #5B5B5B. Windows color (decimal): -4507881 or 1521595. OLE color: 1521595.

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

Color convert

RGB 187 55 23 -
CMYK 0 0.71 0.88 0.27
HSL 11.71º 0.78% 0.41% -
HSV(B) 11.71º 0.88% 0.73% -
XYZ 22.01 13.36 2.23 -
YUV 90.82 89.73 196.6 -
System Red Green Blue C M Y K H S L
Decimal 187 55 23 0 0.71 0.88 0.27 11.71 0.78 0.41
Hex BB 37 17 0 47 58 1B C 4E 29
Octal 273 67 27 0 107 130 33 14 116 51
Binary 10111011 110111 10111 0 1000111 1011000 11011 1100 1001110 101001

Color Harmonies of #BB3717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3717

Black with #BB3717

Text Example


Text Example

White with #BB3717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3717; }

 p { color: rgb(187,55,23); }

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

background-color css

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

 a { background-color: rgb(187,55,23); }

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

border-color css

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

 span { border-color: rgb(187,55,23); }

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