Html Css Color HEX #BF3C20 Harley Davidson Orange

📋 copy color: '#BF3C20'

red 191 ◦ green 60 ◦ blue 32

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

Shades of Harley Davidson Orange #BF3C20

Tints of Harley Davidson Orange #BF3C20

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.2%

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

R = 67.49%
G = 21.2%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF3C20 (or 0xBF3C20) is known color: Harley Davidson Orange. HEX triplet: BF, 3C and 20. RGB value is (191,60,32). Sum of RGB (Red+Green+Blue) = 191+60+32=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C20 is #40C3DF. Grayscale: #606060. Windows color (decimal): -4244448 or 2112703. OLE color: 2112703.

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

Color convert

RGB 191 60 32 -
CMYK 0 0.69 0.83 0.25
HSL 10.57º 0.71% 0.44% -
HSV(B) 10.57º 0.83% 0.75% -
XYZ 23.36 14.41 2.92 -
YUV 95.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 191 60 32 0 0.69 0.83 0.25 10.57 0.71 0.44
Hex BF 3C 20 0 45 53 19 B 47 2C
Octal 277 74 40 0 105 123 31 13 107 54
Binary 10111111 111100 100000 0 1000101 1010011 11001 1011 1000111 101100

Color Harmonies of #BF3C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C20

Black with #BF3C20

Text Example


Text Example

White with #BF3C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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