Html Css Color HEX #BF321A Harley Davidson Orange

📋 copy color: '#BF321A'

red 191 ◦ green 50 ◦ blue 26

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

Shades of Harley Davidson Orange #BF321A

Tints of Harley Davidson Orange #BF321A

RGB

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

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

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

R = 71.54%
G = 18.73%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF321A (or 0xBF321A) is known color: Harley Davidson Orange. HEX triplet: BF, 32 and 1A. RGB value is (191,50,26). Sum of RGB (Red+Green+Blue) = 191+50+26=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF321A is #40CDE5. Grayscale: #595959. Windows color (decimal): -4247014 or 1716927. OLE color: 1716927.

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

Color convert

RGB 191 50 26 -
CMYK 0 0.74 0.86 0.25
HSL 8.73º 0.76% 0.43% -
HSV(B) 8.73º 0.86% 0.75% -
XYZ 22.81 13.43 2.37 -
YUV 89.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 191 50 26 0 0.74 0.86 0.25 8.73 0.76 0.43
Hex BF 32 1A 0 4A 56 19 9 4C 2B
Octal 277 62 32 0 112 126 31 11 114 53
Binary 10111111 110010 11010 0 1001010 1010110 11001 1001 1001100 101011

Color Harmonies of #BF321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF321A

Black with #BF321A

Text Example


Text Example

White with #BF321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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