Html Css Color HEX #BF3511 Harley Davidson Orange

📋 copy color: '#BF3511'

red 191 ◦ green 53 ◦ blue 17

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

Shades of Harley Davidson Orange #BF3511

Tints of Harley Davidson Orange #BF3511

RGB

 RED value IS 191 (75% from 255) = 73.18%

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

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 73.18%
G = 20.31%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF3511 (or 0xBF3511) is known color: Harley Davidson Orange. HEX triplet: BF, 35 and 11. RGB value is (191,53,17). Sum of RGB (Red+Green+Blue) = 191+53+17=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3511 is #40CAEE. Grayscale: #5A5A5A. Windows color (decimal): -4246255 or 1127871. OLE color: 1127871.

HSL color Cylindrical-coordinate representation of color #BF3511: hue angle of 12.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF3511 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 53 17 -
CMYK 0 0.72 0.91 0.25
HSL 12.41º 0.84% 0.41% -
HSV(B) 12.41º 0.91% 0.75% -
XYZ 22.86 13.66 1.96 -
YUV 90.16 86.72 199.93 -
System Red Green Blue C M Y K H S L
Decimal 191 53 17 0 0.72 0.91 0.25 12.41 0.84 0.41
Hex BF 35 11 0 48 5B 19 C 54 29
Octal 277 65 21 0 110 133 31 14 124 51
Binary 10111111 110101 10001 0 1001000 1011011 11001 1100 1010100 101001

Color Harmonies of #BF3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3511

Black with #BF3511

Text Example


Text Example

White with #BF3511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3511; }

 p { color: rgb(191,53,17); }

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

background-color css

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

 a { background-color: rgb(191,53,17); }

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

border-color css

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

 span { border-color: rgb(191,53,17); }

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