Html Css Color HEX #BF3417 Harley Davidson Orange

📋 copy color: '#BF3417'

red 191 ◦ green 52 ◦ blue 23

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

Shades of Harley Davidson Orange #BF3417

Tints of Harley Davidson Orange #BF3417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

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

R = 71.8%
G = 19.55%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF3417 (or 0xBF3417) is known color: Harley Davidson Orange. HEX triplet: BF, 34 and 17. RGB value is (191,52,23). Sum of RGB (Red+Green+Blue) = 191+52+23=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3417 is #40CBE8. Grayscale: #5A5A5A. Windows color (decimal): -4246505 or 1520831. OLE color: 1520831.

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

Color convert

RGB 191 52 23 -
CMYK 0 0.73 0.88 0.25
HSL 10.36º 0.79% 0.42% -
HSV(B) 10.36º 0.88% 0.75% -
XYZ 22.87 13.59 2.23 -
YUV 90.26 90.05 199.86 -
System Red Green Blue C M Y K H S L
Decimal 191 52 23 0 0.73 0.88 0.25 10.36 0.79 0.42
Hex BF 34 17 0 49 58 19 A 4F 2A
Octal 277 64 27 0 111 130 31 12 117 52
Binary 10111111 110100 10111 0 1001001 1011000 11001 1010 1001111 101010

Color Harmonies of #BF3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3417

Black with #BF3417

Text Example


Text Example

White with #BF3417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3417; }

 p { color: rgb(191,52,23); }

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

background-color css

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

 a { background-color: rgb(191,52,23); }

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

border-color css

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

 span { border-color: rgb(191,52,23); }

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