Html Css Color HEX #BF3710 Harley Davidson Orange

📋 copy color: '#BF3710'

red 191 ◦ green 55 ◦ blue 16

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

Shades of Harley Davidson Orange #BF3710

Tints of Harley Davidson Orange #BF3710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 72.9%
G = 20.99%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF3710 (or 0xBF3710) is known color: Harley Davidson Orange. HEX triplet: BF, 37 and 10. RGB value is (191,55,16). Sum of RGB (Red+Green+Blue) = 191+55+16=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3710 is #40C8EF. Grayscale: #5B5B5B. Windows color (decimal): -4245744 or 1062847. OLE color: 1062847.

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

Color convert

RGB 191 55 16 -
CMYK 0 0.71 0.92 0.25
HSL 13.37º 0.85% 0.41% -
HSV(B) 13.37º 0.92% 0.75% -
XYZ 22.95 13.85 1.95 -
YUV 91.22 85.56 199.17 -
System Red Green Blue C M Y K H S L
Decimal 191 55 16 0 0.71 0.92 0.25 13.37 0.85 0.41
Hex BF 37 10 0 47 5C 19 D 55 29
Octal 277 67 20 0 107 134 31 15 125 51
Binary 10111111 110111 10000 0 1000111 1011100 11001 1101 1010101 101001

Color Harmonies of #BF3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3710

Black with #BF3710

Text Example


Text Example

White with #BF3710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3710; }

 p { color: rgb(191,55,16); }

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

background-color css

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

 a { background-color: rgb(191,55,16); }

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

border-color css

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

 span { border-color: rgb(191,55,16); }

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