Html Css Color HEX #BC2A10 Harley Davidson Orange

📋 copy color: '#BC2A10'

red 188 ◦ green 42 ◦ blue 16

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

Shades of Harley Davidson Orange #BC2A10

Tints of Harley Davidson Orange #BC2A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.07%

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

R = 76.42%
G = 17.07%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC2A10 (or 0xBC2A10) is known color: Harley Davidson Orange. HEX triplet: BC, 2A and 10. RGB value is (188,42,16). Sum of RGB (Red+Green+Blue) = 188+42+16=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2A10 is #43D5EF. Grayscale: #525252. Windows color (decimal): -4445680 or 1059516. OLE color: 1059516.

HSL color Cylindrical-coordinate representation of color #BC2A10: hue angle of 9.07º 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 #BC2A10 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 42 16 -
CMYK 0 0.78 0.91 0.26
HSL 9.07º 0.84% 0.4% -
HSV(B) 9.07º 0.91% 0.74% -
XYZ 21.66 12.38 1.74 -
YUV 82.69 90.37 203.11 -
System Red Green Blue C M Y K H S L
Decimal 188 42 16 0 0.78 0.91 0.26 9.07 0.84 0.4
Hex BC 2A 10 0 4E 5B 1A 9 54 28
Octal 274 52 20 0 116 133 32 11 124 50
Binary 10111100 101010 10000 0 1001110 1011011 11010 1001 1010100 101000

Color Harmonies of #BC2A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A10

Black with #BC2A10

Text Example


Text Example

White with #BC2A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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