Html Css Color HEX #BF371F Harley Davidson Orange

📋 copy color: '#BF371F'

red 191 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #BF371F

Tints of Harley Davidson Orange #BF371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 68.95%
G = 19.86%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF371F (or 0xBF371F) is known color: Harley Davidson Orange. HEX triplet: BF, 37 and 1F. RGB value is (191,55,31). Sum of RGB (Red+Green+Blue) = 191+55+31=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF371F is #40C8E0. Grayscale: #5D5D5D. Windows color (decimal): -4245729 or 2045887. OLE color: 2045887.

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

Color convert

RGB 191 55 31 -
CMYK 0 0.71 0.84 0.25
HSL 0.72% 0.44% -
HSV(B) 0.84% 0.75% -
XYZ 23.1 13.91 2.76 -
YUV 92.93 93.06 197.95 -
System Red Green Blue C M Y K H S L
Decimal 191 55 31 0 0.71 0.84 0.25 9 0.72 0.44
Hex BF 37 1F 0 47 54 19 9 48 2C
Octal 277 67 37 0 107 124 31 11 110 54
Binary 10111111 110111 11111 0 1000111 1010100 11001 1001 1001000 101100

Color Harmonies of #BF371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF371F

Black with #BF371F

Text Example


Text Example

White with #BF371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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