Html Css Color HEX #BC2A00 Harley Davidson Orange

📋 copy color: '#BC2A00'

red 188 ◦ green 42 ◦ blue 0

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

Shades of Harley Davidson Orange #BC2A00

Tints of Harley Davidson Orange #BC2A00

RGB

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

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

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

R = 81.74%
G = 18.26%
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

#BC2A00 (or 0xBC2A00) is known color: Harley Davidson Orange. HEX triplet: BC, 2A and 00. RGB value is (188,42,0). Sum of RGB (Red+Green+Blue) = 188+42+0=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2A00 is #43D5FF. Grayscale: #515151. Windows color (decimal): -4445696 or 10940. OLE color: 10940.

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

Color convert

RGB 188 42 0 -
CMYK 0 0.78 1 0.26
HSL 13.4º 1% 0.37% -
HSV(B) 13.4º 1% 0.74% -
XYZ 21.57 12.35 1.25 -
YUV 80.87 82.37 204.42 -
System Red Green Blue C M Y K H S L
Decimal 188 42 0 0 0.78 1 0.26 13.4 1 0.37
Hex BC 2A 0 0 4E 64 1A D 64 25
Octal 274 52 0 0 116 144 32 15 144 45
Binary 10111100 101010 0 0 1001110 1100100 11010 1101 1100100 100101

Color Harmonies of #BC2A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A00

Black with #BC2A00

Text Example


Text Example

White with #BC2A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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