Html Css Color HEX #BC2E10 Harley Davidson Orange

📋 copy color: '#BC2E10'

red 188 ◦ green 46 ◦ blue 16

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

Shades of Harley Davidson Orange #BC2E10

Tints of Harley Davidson Orange #BC2E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 75.2%
G = 18.4%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC2E10 (or 0xBC2E10) is known color: Harley Davidson Orange. HEX triplet: BC, 2E and 10. RGB value is (188,46,16). Sum of RGB (Red+Green+Blue) = 188+46+16=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E10 is #43D1EF. Grayscale: #555555. Windows color (decimal): -4444656 or 1060540. OLE color: 1060540.

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

Color convert

RGB 188 46 16 -
CMYK 0 0.76 0.91 0.26
HSL 10.47º 0.84% 0.4% -
HSV(B) 10.47º 0.91% 0.74% -
XYZ 21.81 12.68 1.79 -
YUV 85.04 89.04 201.44 -
System Red Green Blue C M Y K H S L
Decimal 188 46 16 0 0.76 0.91 0.26 10.47 0.84 0.4
Hex BC 2E 10 0 4C 5B 1A A 54 28
Octal 274 56 20 0 114 133 32 12 124 50
Binary 10111100 101110 10000 0 1001100 1011011 11010 1010 1010100 101000

Color Harmonies of #BC2E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E10

Black with #BC2E10

Text Example


Text Example

White with #BC2E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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