Html Css Color HEX #BC2900 Harley Davidson Orange

📋 copy color: '#BC2900'

red 188 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #BC2900

Tints of Harley Davidson Orange #BC2900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

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

R = 82.1%
G = 17.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC2900 (or 0xBC2900) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 00. RGB value is (188,41,0). Sum of RGB (Red+Green+Blue) = 188+41+0=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2900 is #43D6FF. Grayscale: #505050. Windows color (decimal): -4445952 or 10684. OLE color: 10684.

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

Color convert

RGB 188 41 0 -
CMYK 0 0.78 1 0.26
HSL 13.09º 1% 0.37% -
HSV(B) 13.09º 1% 0.74% -
XYZ 21.53 12.28 1.23 -
YUV 80.28 82.7 204.83 -
System Red Green Blue C M Y K H S L
Decimal 188 41 0 0 0.78 1 0.26 13.09 1 0.37
Hex BC 29 0 0 4E 64 1A D 64 25
Octal 274 51 0 0 116 144 32 15 144 45
Binary 10111100 101001 0 0 1001110 1100100 11010 1101 1100100 100101

Color Harmonies of #BC2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2900

Black with #BC2900

Text Example


Text Example

White with #BC2900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2900; }

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

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

background-color css

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

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

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

border-color css

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

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

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