Html Css Color HEX #BF3115 Harley Davidson Orange

📋 copy color: '#BF3115'

red 191 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #BF3115

Tints of Harley Davidson Orange #BF3115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.77%

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

R = 73.18%
G = 18.77%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF3115 (or 0xBF3115) is known color: Harley Davidson Orange. HEX triplet: BF, 31 and 15. RGB value is (191,49,21). Sum of RGB (Red+Green+Blue) = 191+49+21=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3115 is #40CEEA. Grayscale: #585858. Windows color (decimal): -4247275 or 1388991. OLE color: 1388991.

HSL color Cylindrical-coordinate representation of color #BF3115: hue angle of 9.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF3115 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 49 21 -
CMYK 0 0.74 0.89 0.25
HSL 9.88º 0.8% 0.42% -
HSV(B) 9.88º 0.89% 0.75% -
XYZ 22.72 13.33 2.08 -
YUV 88.27 90.04 201.28 -
System Red Green Blue C M Y K H S L
Decimal 191 49 21 0 0.74 0.89 0.25 9.88 0.8 0.42
Hex BF 31 15 0 4A 59 19 A 50 2A
Octal 277 61 25 0 112 131 31 12 120 52
Binary 10111111 110001 10101 0 1001010 1011001 11001 1010 1010000 101010

Color Harmonies of #BF3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3115

Black with #BF3115

Text Example


Text Example

White with #BF3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3115; }

 p { color: rgb(191,49,21); }

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

background-color css

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

 a { background-color: rgb(191,49,21); }

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

border-color css

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

 span { border-color: rgb(191,49,21); }

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