Html Css Color HEX #BF341A Harley Davidson Orange

📋 copy color: '#BF341A'

red 191 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #BF341A

Tints of Harley Davidson Orange #BF341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 71%
G = 19.33%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF341A (or 0xBF341A) is known color: Harley Davidson Orange. HEX triplet: BF, 34 and 1A. RGB value is (191,52,26). Sum of RGB (Red+Green+Blue) = 191+52+26=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF341A is #40CBE5. Grayscale: #5A5A5A. Windows color (decimal): -4246502 or 1717439. OLE color: 1717439.

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

Color convert

RGB 191 52 26 -
CMYK 0 0.73 0.86 0.25
HSL 9.45º 0.76% 0.43% -
HSV(B) 9.45º 0.86% 0.75% -
XYZ 22.9 13.61 2.4 -
YUV 90.6 91.55 199.61 -
System Red Green Blue C M Y K H S L
Decimal 191 52 26 0 0.73 0.86 0.25 9.45 0.76 0.43
Hex BF 34 1A 0 49 56 19 9 4C 2B
Octal 277 64 32 0 111 126 31 11 114 53
Binary 10111111 110100 11010 0 1001001 1010110 11001 1001 1001100 101011

Color Harmonies of #BF341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF341A

Black with #BF341A

Text Example


Text Example

White with #BF341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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