Html Css Color HEX #BC2E05 Harley Davidson Orange

📋 copy color: '#BC2E05'

red 188 ◦ green 46 ◦ blue 5

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

Shades of Harley Davidson Orange #BC2E05

Tints of Harley Davidson Orange #BC2E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 78.66%
G = 19.25%
B = 2.09%

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

#BC2E05 (or 0xBC2E05) is known color: Harley Davidson Orange. HEX triplet: BC, 2E and 05. RGB value is (188,46,5). Sum of RGB (Red+Green+Blue) = 188+46+5=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E05 is #43D1FA. Grayscale: #545454. Windows color (decimal): -4444667 or 339644. OLE color: 339644.

HSL color Cylindrical-coordinate representation of color #BC2E05: hue angle of 13.44º degrees, saturation: 0.95, 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 #BC2E05 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 46 5 -
CMYK 0 0.76 0.97 0.26
HSL 13.44º 0.95% 0.38% -
HSV(B) 13.44º 0.97% 0.74% -
XYZ 21.74 12.66 1.44 -
YUV 83.78 83.54 202.33 -
System Red Green Blue C M Y K H S L
Decimal 188 46 5 0 0.76 0.97 0.26 13.44 0.95 0.38
Hex BC 2E 5 0 4C 61 1A D 5F 26
Octal 274 56 5 0 114 141 32 15 137 46
Binary 10111100 101110 101 0 1001100 1100001 11010 1101 1011111 100110

Color Harmonies of #BC2E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E05

Black with #BC2E05

Text Example


Text Example

White with #BC2E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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