Html Css Color HEX #BC2F17 Harley Davidson Orange

📋 copy color: '#BC2F17'

red 188 ◦ green 47 ◦ blue 23

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

Shades of Harley Davidson Orange #BC2F17

Tints of Harley Davidson Orange #BC2F17

RGB

 RED value IS 188 (73.83% from 255) = 72.87%

 GREEN value IS 47 (18.75% from 255) = 18.22%

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

R = 72.87%
G = 18.22%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC2F17 (or 0xBC2F17) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 17. RGB value is (188,47,23). Sum of RGB (Red+Green+Blue) = 188+47+23=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F17 is #43D0E8. Grayscale: #565656. Windows color (decimal): -4444393 or 1519548. OLE color: 1519548.

HSL color Cylindrical-coordinate representation of color #BC2F17: hue angle of 8.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC2F17 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 47 23 -
CMYK 0 0.75 0.88 0.26
HSL 8.73º 0.78% 0.41% -
HSV(B) 8.73º 0.88% 0.74% -
XYZ 21.91 12.79 2.12 -
YUV 86.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 188 47 23 0 0.75 0.88 0.26 8.73 0.78 0.41
Hex BC 2F 17 0 4B 58 1A 9 4E 29
Octal 274 57 27 0 113 130 32 11 116 51
Binary 10111100 101111 10111 0 1001011 1011000 11010 1001 1001110 101001

Color Harmonies of #BC2F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F17

Black with #BC2F17

Text Example


Text Example

White with #BC2F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F17; }

 p { color: rgb(188,47,23); }

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

background-color css

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

 a { background-color: rgb(188,47,23); }

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

border-color css

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

 span { border-color: rgb(188,47,23); }

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