Html Css Color HEX #BF3721 Harley Davidson Orange

📋 copy color: '#BF3721'

red 191 ◦ green 55 ◦ blue 33

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

Shades of Harley Davidson Orange #BF3721

Tints of Harley Davidson Orange #BF3721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 68.46%
G = 19.71%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF3721 (or 0xBF3721) is known color: Harley Davidson Orange. HEX triplet: BF, 37 and 21. RGB value is (191,55,33). Sum of RGB (Red+Green+Blue) = 191+55+33=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3721 is #40C8DE. Grayscale: #5D5D5D. Windows color (decimal): -4245727 or 2176959. OLE color: 2176959.

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

Color convert

RGB 191 55 33 -
CMYK 0 0.71 0.83 0.25
HSL 8.35º 0.71% 0.44% -
HSV(B) 8.35º 0.83% 0.75% -
XYZ 23.13 13.92 2.91 -
YUV 93.16 94.06 197.79 -
System Red Green Blue C M Y K H S L
Decimal 191 55 33 0 0.71 0.83 0.25 8.35 0.71 0.44
Hex BF 37 21 0 47 53 19 8 47 2C
Octal 277 67 41 0 107 123 31 10 107 54
Binary 10111111 110111 100001 0 1000111 1010011 11001 1000 1000111 101100

Color Harmonies of #BF3721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3721

Black with #BF3721

Text Example


Text Example

White with #BF3721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3721; }

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

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

background-color css

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

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

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

border-color css

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

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

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