Html Css Color HEX #BC2D10 Harley Davidson Orange

📋 copy color: '#BC2D10'

red 188 ◦ green 45 ◦ blue 16

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

Shades of Harley Davidson Orange #BC2D10

Tints of Harley Davidson Orange #BC2D10

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.07%

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

R = 75.5%
G = 18.07%
B = 6.43%

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

#BC2D10 (or 0xBC2D10) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 10. RGB value is (188,45,16). Sum of RGB (Red+Green+Blue) = 188+45+16=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D10 is #43D2EF. Grayscale: #545454. Windows color (decimal): -4444912 or 1060284. OLE color: 1060284.

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

Color convert

RGB 188 45 16 -
CMYK 0 0.76 0.91 0.26
HSL 10.12º 0.84% 0.4% -
HSV(B) 10.12º 0.91% 0.74% -
XYZ 21.77 12.61 1.78 -
YUV 84.45 89.38 201.86 -
System Red Green Blue C M Y K H S L
Decimal 188 45 16 0 0.76 0.91 0.26 10.12 0.84 0.4
Hex BC 2D 10 0 4C 5B 1A A 54 28
Octal 274 55 20 0 114 133 32 12 124 50
Binary 10111100 101101 10000 0 1001100 1011011 11010 1010 1010100 101000

Color Harmonies of #BC2D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D10

Black with #BC2D10

Text Example


Text Example

White with #BC2D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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