Html Css Color HEX #BF3614 Harley Davidson Orange

📋 copy color: '#BF3614'

red 191 ◦ green 54 ◦ blue 20

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

Shades of Harley Davidson Orange #BF3614

Tints of Harley Davidson Orange #BF3614

RGB

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

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

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

R = 72.08%
G = 20.38%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF3614 (or 0xBF3614) is known color: Harley Davidson Orange. HEX triplet: BF, 36 and 14. RGB value is (191,54,20). Sum of RGB (Red+Green+Blue) = 191+54+20=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3614 is #40C9EB. Grayscale: #5B5B5B. Windows color (decimal): -4245996 or 1324735. OLE color: 1324735.

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

Color convert

RGB 191 54 20 -
CMYK 0 0.72 0.90 0.25
HSL 11.93º 0.81% 0.41% -
HSV(B) 11.93º 0.9% 0.75% -
XYZ 22.93 13.77 2.11 -
YUV 91.09 87.89 199.26 -
System Red Green Blue C M Y K H S L
Decimal 191 54 20 0 0.72 0.90 0.25 11.93 0.81 0.41
Hex BF 36 14 0 48 5A 19 C 51 29
Octal 277 66 24 0 110 132 31 14 121 51
Binary 10111111 110110 10100 0 1001000 1011010 11001 1100 1010001 101001

Color Harmonies of #BF3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3614

Black with #BF3614

Text Example


Text Example

White with #BF3614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3614; }

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

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

background-color css

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

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

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

border-color css

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

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

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