Html Css Color HEX #BF3412 Harley Davidson Orange

📋 copy color: '#BF3412'

red 191 ◦ green 52 ◦ blue 18

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

Shades of Harley Davidson Orange #BF3412

Tints of Harley Davidson Orange #BF3412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 73.18%
G = 19.92%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF3412 (or 0xBF3412) is known color: Harley Davidson Orange. HEX triplet: BF, 34 and 12. RGB value is (191,52,18). Sum of RGB (Red+Green+Blue) = 191+52+18=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3412 is #40CBED. Grayscale: #595959. Windows color (decimal): -4246510 or 1193151. OLE color: 1193151.

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

Color convert

RGB 191 52 18 -
CMYK 0 0.73 0.91 0.25
HSL 11.79º 0.83% 0.41% -
HSV(B) 11.79º 0.91% 0.75% -
XYZ 22.82 13.58 1.99 -
YUV 89.69 87.55 200.26 -
System Red Green Blue C M Y K H S L
Decimal 191 52 18 0 0.73 0.91 0.25 11.79 0.83 0.41
Hex BF 34 12 0 49 5B 19 C 53 29
Octal 277 64 22 0 111 133 31 14 123 51
Binary 10111111 110100 10010 0 1001001 1011011 11001 1100 1010011 101001

Color Harmonies of #BF3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3412

Black with #BF3412

Text Example


Text Example

White with #BF3412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3412; }

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

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

background-color css

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

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

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

border-color css

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

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

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