Html Css Color HEX #BC2500 Harley Davidson Orange

📋 copy color: '#BC2500'

red 188 ◦ green 37 ◦ blue 0

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

Shades of Harley Davidson Orange #BC2500

Tints of Harley Davidson Orange #BC2500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.56%
G = 16.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC2500 (or 0xBC2500) is known color: Harley Davidson Orange. HEX triplet: BC, 25 and 00. RGB value is (188,37,0). Sum of RGB (Red+Green+Blue) = 188+37+0=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2500 is #43DAFF. Grayscale: #4E4E4E. Windows color (decimal): -4446976 or 9660. OLE color: 9660.

HSL color Cylindrical-coordinate representation of color #BC2500: hue angle of 11.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC2500 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 0 -
CMYK 0 0.80 1 0.26
HSL 11.81º 1% 0.37% -
HSV(B) 11.81º 1% 0.74% -
XYZ 21.4 12.01 1.19 -
YUV 77.93 84.03 206.51 -
System Red Green Blue C M Y K H S L
Decimal 188 37 0 0 0.80 1 0.26 11.81 1 0.37
Hex BC 25 0 0 50 64 1A C 64 25
Octal 274 45 0 0 120 144 32 14 144 45
Binary 10111100 100101 0 0 1010000 1100100 11010 1100 1100100 100101

Color Harmonies of #BC2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2500

Black with #BC2500

Text Example


Text Example

White with #BC2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2500; }

 p { color: rgb(188,37,0); }

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

background-color css

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

 a { background-color: rgb(188,37,0); }

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

border-color css

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

 span { border-color: rgb(188,37,0); }

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