Html Css Color HEX #BF3520 Harley Davidson Orange

📋 copy color: '#BF3520'

red 191 ◦ green 53 ◦ blue 32

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

Shades of Harley Davidson Orange #BF3520

Tints of Harley Davidson Orange #BF3520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 69.2%
G = 19.2%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF3520 (or 0xBF3520) is known color: Harley Davidson Orange. HEX triplet: BF, 35 and 20. RGB value is (191,53,32). Sum of RGB (Red+Green+Blue) = 191+53+32=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3520 is #40CADF. Grayscale: #5C5C5C. Windows color (decimal): -4246240 or 2110911. OLE color: 2110911.

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

Color convert

RGB 191 53 32 -
CMYK 0 0.72 0.83 0.25
HSL 7.92º 0.71% 0.44% -
HSV(B) 7.92º 0.83% 0.75% -
XYZ 23.02 13.73 2.8 -
YUV 91.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 191 53 32 0 0.72 0.83 0.25 7.92 0.71 0.44
Hex BF 35 20 0 48 53 19 8 47 2C
Octal 277 65 40 0 110 123 31 10 107 54
Binary 10111111 110101 100000 0 1001000 1010011 11001 1000 1000111 101100

Color Harmonies of #BF3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3520

Black with #BF3520

Text Example


Text Example

White with #BF3520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3520; }

 p { color: rgb(191,53,32); }

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

background-color css

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

 a { background-color: rgb(191,53,32); }

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

border-color css

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

 span { border-color: rgb(191,53,32); }

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