Html Css Color HEX #BC2E06 Harley Davidson Orange

📋 copy color: '#BC2E06'

red 188 ◦ green 46 ◦ blue 6

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

Shades of Harley Davidson Orange #BC2E06

Tints of Harley Davidson Orange #BC2E06

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.17%

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 78.33%
G = 19.17%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC2E06 (or 0xBC2E06) is known color: Harley Davidson Orange. HEX triplet: BC, 2E and 06. RGB value is (188,46,6). Sum of RGB (Red+Green+Blue) = 188+46+6=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E06 is #43D1F9. Grayscale: #545454. Windows color (decimal): -4444666 or 405180. OLE color: 405180.

HSL color Cylindrical-coordinate representation of color #BC2E06: hue angle of 13.19º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC2E06 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 46 6 -
CMYK 0 0.76 0.97 0.26
HSL 13.19º 0.94% 0.38% -
HSV(B) 13.19º 0.97% 0.74% -
XYZ 21.75 12.66 1.47 -
YUV 83.9 84.04 202.25 -
System Red Green Blue C M Y K H S L
Decimal 188 46 6 0 0.76 0.97 0.26 13.19 0.94 0.38
Hex BC 2E 6 0 4C 61 1A D 5E 26
Octal 274 56 6 0 114 141 32 15 136 46
Binary 10111100 101110 110 0 1001100 1100001 11010 1101 1011110 100110

Color Harmonies of #BC2E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E06

Black with #BC2E06

Text Example


Text Example

White with #BC2E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E06; }

 p { color: rgb(188,46,6); }

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

background-color css

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

 a { background-color: rgb(188,46,6); }

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

border-color css

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

 span { border-color: rgb(188,46,6); }

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