Html Css Color HEX #BC2300 Harley Davidson Orange

📋 copy color: '#BC2300'

red 188 ◦ green 35 ◦ blue 0

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

Shades of Harley Davidson Orange #BC2300

Tints of Harley Davidson Orange #BC2300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

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

R = 84.3%
G = 15.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC2300 (or 0xBC2300) is known color: Harley Davidson Orange. HEX triplet: BC, 23 and 00. RGB value is (188,35,0). Sum of RGB (Red+Green+Blue) = 188+35+0=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2300 is #43DCFF. Grayscale: #4D4D4D. Windows color (decimal): -4447488 or 9148. OLE color: 9148.

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

Color convert

RGB 188 35 0 -
CMYK 0 0.81 1 0.26
HSL 11.17º 1% 0.37% -
HSV(B) 11.17º 1% 0.74% -
XYZ 21.34 11.89 1.17 -
YUV 76.76 84.69 207.35 -
System Red Green Blue C M Y K H S L
Decimal 188 35 0 0 0.81 1 0.26 11.17 1 0.37
Hex BC 23 0 0 51 64 1A B 64 25
Octal 274 43 0 0 121 144 32 13 144 45
Binary 10111100 100011 0 0 1010001 1100100 11010 1011 1100100 100101

Color Harmonies of #BC2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2300

Black with #BC2300

Text Example


Text Example

White with #BC2300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2300; }

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

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

background-color css

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

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

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

border-color css

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

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

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