Html Css Color HEX #BF3014 Harley Davidson Orange

📋 copy color: '#BF3014'

red 191 ◦ green 48 ◦ blue 20

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

Shades of Harley Davidson Orange #BF3014

Tints of Harley Davidson Orange #BF3014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

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

R = 73.75%
G = 18.53%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF3014 (or 0xBF3014) is known color: Harley Davidson Orange. HEX triplet: BF, 30 and 14. RGB value is (191,48,20). Sum of RGB (Red+Green+Blue) = 191+48+20=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3014 is #40CFEB. Grayscale: #575757. Windows color (decimal): -4247532 or 1323199. OLE color: 1323199.

HSL color Cylindrical-coordinate representation of color #BF3014: hue angle of 9.82º 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 #BF3014 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 48 20 -
CMYK 0 0.75 0.90 0.25
HSL 9.82º 0.81% 0.41% -
HSV(B) 9.82º 0.9% 0.75% -
XYZ 22.67 13.24 2.02 -
YUV 87.57 89.88 201.78 -
System Red Green Blue C M Y K H S L
Decimal 191 48 20 0 0.75 0.90 0.25 9.82 0.81 0.41
Hex BF 30 14 0 4B 5A 19 A 51 29
Octal 277 60 24 0 113 132 31 12 121 51
Binary 10111111 110000 10100 0 1001011 1011010 11001 1010 1010001 101001

Color Harmonies of #BF3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3014

Black with #BF3014

Text Example


Text Example

White with #BF3014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3014; }

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

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

background-color css

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

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

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

border-color css

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

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

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