Html Css Color HEX #BF3214 Harley Davidson Orange

📋 copy color: '#BF3214'

red 191 ◦ green 50 ◦ blue 20

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

Shades of Harley Davidson Orange #BF3214

Tints of Harley Davidson Orange #BF3214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.66%

R = 73.18%
G = 19.16%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF3214 (or 0xBF3214) is known color: Harley Davidson Orange. HEX triplet: BF, 32 and 14. RGB value is (191,50,20). Sum of RGB (Red+Green+Blue) = 191+50+20=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3214 is #40CDEB. Grayscale: #595959. Windows color (decimal): -4247020 or 1323711. OLE color: 1323711.

HSL color Cylindrical-coordinate representation of color #BF3214: hue angle of 10.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF3214 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 50 20 -
CMYK 0 0.74 0.90 0.25
HSL 10.53º 0.81% 0.41% -
HSV(B) 10.53º 0.9% 0.75% -
XYZ 22.75 13.41 2.05 -
YUV 88.74 89.21 200.94 -
System Red Green Blue C M Y K H S L
Decimal 191 50 20 0 0.74 0.90 0.25 10.53 0.81 0.41
Hex BF 32 14 0 4A 5A 19 B 51 29
Octal 277 62 24 0 112 132 31 13 121 51
Binary 10111111 110010 10100 0 1001010 1011010 11001 1011 1010001 101001

Color Harmonies of #BF3214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3214

Black with #BF3214

Text Example


Text Example

White with #BF3214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3214; }

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

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

background-color css

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

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

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

border-color css

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

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

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