Html Css Color HEX #BF3619 Harley Davidson Orange

📋 copy color: '#BF3619'

red 191 ◦ green 54 ◦ blue 25

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

Shades of Harley Davidson Orange #BF3619

Tints of Harley Davidson Orange #BF3619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20%

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

R = 70.74%
G = 20%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF3619 (or 0xBF3619) is known color: Harley Davidson Orange. HEX triplet: BF, 36 and 19. RGB value is (191,54,25). Sum of RGB (Red+Green+Blue) = 191+54+25=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3619 is #40C9E6. Grayscale: #5B5B5B. Windows color (decimal): -4245991 or 1652415. OLE color: 1652415.

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

Color convert

RGB 191 54 25 -
CMYK 0 0.72 0.87 0.25
HSL 10.48º 0.77% 0.42% -
HSV(B) 10.48º 0.87% 0.75% -
XYZ 22.98 13.78 2.37 -
YUV 91.66 90.39 198.86 -
System Red Green Blue C M Y K H S L
Decimal 191 54 25 0 0.72 0.87 0.25 10.48 0.77 0.42
Hex BF 36 19 0 48 57 19 A 4D 2A
Octal 277 66 31 0 110 127 31 12 115 52
Binary 10111111 110110 11001 0 1001000 1010111 11001 1010 1001101 101010

Color Harmonies of #BF3619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3619

Black with #BF3619

Text Example


Text Example

White with #BF3619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3619; }

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

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

background-color css

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

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

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

border-color css

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

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

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