Html Css Color HEX #BF3C19 Harley Davidson Orange

📋 copy color: '#BF3C19'

red 191 ◦ green 60 ◦ blue 25

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

Shades of Harley Davidson Orange #BF3C19

Tints of Harley Davidson Orange #BF3C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.74%

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 69.2%
G = 21.74%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF3C19 (or 0xBF3C19) is known color: Harley Davidson Orange. HEX triplet: BF, 3C and 19. RGB value is (191,60,25). Sum of RGB (Red+Green+Blue) = 191+60+25=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3C19 is #40C3E6. Grayscale: #5F5F5F. Windows color (decimal): -4244455 or 1653951. OLE color: 1653951.

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

Color convert

RGB 191 60 25 -
CMYK 0 0.69 0.87 0.25
HSL 12.65º 0.77% 0.42% -
HSV(B) 12.65º 0.87% 0.75% -
XYZ 23.28 14.38 2.47 -
YUV 95.18 88.4 196.35 -
System Red Green Blue C M Y K H S L
Decimal 191 60 25 0 0.69 0.87 0.25 12.65 0.77 0.42
Hex BF 3C 19 0 45 57 19 D 4D 2A
Octal 277 74 31 0 105 127 31 15 115 52
Binary 10111111 111100 11001 0 1000101 1010111 11001 1101 1001101 101010

Color Harmonies of #BF3C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C19

Black with #BF3C19

Text Example


Text Example

White with #BF3C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C19; }

 p { color: rgb(191,60,25); }

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

background-color css

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

 a { background-color: rgb(191,60,25); }

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

border-color css

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

 span { border-color: rgb(191,60,25); }

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