Html Css Color HEX #BF3320 Harley Davidson Orange

📋 copy color: '#BF3320'

red 191 ◦ green 51 ◦ blue 32

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

Shades of Harley Davidson Orange #BF3320

Tints of Harley Davidson Orange #BF3320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

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

R = 69.71%
G = 18.61%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF3320 (or 0xBF3320) is known color: Harley Davidson Orange. HEX triplet: BF, 33 and 20. RGB value is (191,51,32). Sum of RGB (Red+Green+Blue) = 191+51+32=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3320 is #40CCDF. Grayscale: #5A5A5A. Windows color (decimal): -4246752 or 2110399. OLE color: 2110399.

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

Color convert

RGB 191 51 32 -
CMYK 0 0.73 0.83 0.25
HSL 7.17º 0.71% 0.44% -
HSV(B) 7.17º 0.83% 0.75% -
XYZ 22.93 13.55 2.77 -
YUV 90.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 191 51 32 0 0.73 0.83 0.25 7.17 0.71 0.44
Hex BF 33 20 0 49 53 19 7 47 2C
Octal 277 63 40 0 111 123 31 7 107 54
Binary 10111111 110011 100000 0 1001001 1010011 11001 111 1000111 101100

Color Harmonies of #BF3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3320

Black with #BF3320

Text Example


Text Example

White with #BF3320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3320; }

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

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

background-color css

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

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

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

border-color css

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

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

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