Html Css Color HEX #BF3C17 Harley Davidson Orange

📋 copy color: '#BF3C17'

red 191 ◦ green 60 ◦ blue 23

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

Shades of Harley Davidson Orange #BF3C17

Tints of Harley Davidson Orange #BF3C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.39%

R = 69.71%
G = 21.9%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF3C17 (or 0xBF3C17) is known color: Harley Davidson Orange. HEX triplet: BF, 3C and 17. RGB value is (191,60,23). Sum of RGB (Red+Green+Blue) = 191+60+23=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3C17 is #40C3E8. Grayscale: #5F5F5F. Windows color (decimal): -4244457 or 1522879. OLE color: 1522879.

HSL color Cylindrical-coordinate representation of color #BF3C17: hue angle of 13.21º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF3C17 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 60 23 -
CMYK 0 0.69 0.88 0.25
HSL 13.21º 0.79% 0.42% -
HSV(B) 13.21º 0.88% 0.75% -
XYZ 23.26 14.37 2.36 -
YUV 94.95 87.4 196.51 -
System Red Green Blue C M Y K H S L
Decimal 191 60 23 0 0.69 0.88 0.25 13.21 0.79 0.42
Hex BF 3C 17 0 45 58 19 D 4F 2A
Octal 277 74 27 0 105 130 31 15 117 52
Binary 10111111 111100 10111 0 1000101 1011000 11001 1101 1001111 101010

Color Harmonies of #BF3C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C17

Black with #BF3C17

Text Example


Text Example

White with #BF3C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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