Html Css Color HEX #BF321F Harley Davidson Orange

📋 copy color: '#BF321F'

red 191 ◦ green 50 ◦ blue 31

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

Shades of Harley Davidson Orange #BF321F

Tints of Harley Davidson Orange #BF321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

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

R = 70.22%
G = 18.38%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF321F (or 0xBF321F) is known color: Harley Davidson Orange. HEX triplet: BF, 32 and 1F. RGB value is (191,50,31). Sum of RGB (Red+Green+Blue) = 191+50+31=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF321F is #40CDE0. Grayscale: #5A5A5A. Windows color (decimal): -4247009 or 2044607. OLE color: 2044607.

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

Color convert

RGB 191 50 31 -
CMYK 0 0.74 0.84 0.25
HSL 7.13º 0.72% 0.44% -
HSV(B) 7.13º 0.84% 0.75% -
XYZ 22.87 13.46 2.69 -
YUV 89.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 191 50 31 0 0.74 0.84 0.25 7.13 0.72 0.44
Hex BF 32 1F 0 4A 54 19 7 48 2C
Octal 277 62 37 0 112 124 31 7 110 54
Binary 10111111 110010 11111 0 1001010 1010100 11001 111 1001000 101100

Color Harmonies of #BF321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF321F

Black with #BF321F

Text Example


Text Example

White with #BF321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF321F; }

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

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

background-color css

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

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

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

border-color css

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

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

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