Html Css Color HEX #BF3114 Harley Davidson Orange

📋 copy color: '#BF3114'

red 191 ◦ green 49 ◦ blue 20

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

Shades of Harley Davidson Orange #BF3114

Tints of Harley Davidson Orange #BF3114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 73.46%
G = 18.85%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF3114 (or 0xBF3114) is known color: Harley Davidson Orange. HEX triplet: BF, 31 and 14. RGB value is (191,49,20). Sum of RGB (Red+Green+Blue) = 191+49+20=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3114 is #40CEEB. Grayscale: #585858. Windows color (decimal): -4247276 or 1323455. OLE color: 1323455.

HSL color Cylindrical-coordinate representation of color #BF3114: hue angle of 10.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF3114 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 49 20 -
CMYK 0 0.74 0.90 0.25
HSL 10.18º 0.81% 0.41% -
HSV(B) 10.18º 0.9% 0.75% -
XYZ 22.71 13.32 2.04 -
YUV 88.15 89.54 201.36 -
System Red Green Blue C M Y K H S L
Decimal 191 49 20 0 0.74 0.90 0.25 10.18 0.81 0.41
Hex BF 31 14 0 4A 5A 19 A 51 29
Octal 277 61 24 0 112 132 31 12 121 51
Binary 10111111 110001 10100 0 1001010 1011010 11001 1010 1010001 101001

Color Harmonies of #BF3114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3114

Black with #BF3114

Text Example


Text Example

White with #BF3114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3114; }

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

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

background-color css

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

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

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

border-color css

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

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

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