Html Css Color HEX #BC2005 Harley Davidson Orange

📋 copy color: '#BC2005'

red 188 ◦ green 32 ◦ blue 5

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

Shades of Harley Davidson Orange #BC2005

Tints of Harley Davidson Orange #BC2005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

 BLUE value IS 5 (2.34% from 255) = 2.22%

R = 83.56%
G = 14.22%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC2005 (or 0xBC2005) is known color: Harley Davidson Orange. HEX triplet: BC, 20 and 05. RGB value is (188,32,5). Sum of RGB (Red+Green+Blue) = 188+32+5=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2005 is #43DFFA. Grayscale: #4B4B4B. Windows color (decimal): -4448251 or 336060. OLE color: 336060.

HSL color Cylindrical-coordinate representation of color #BC2005: hue angle of 8.85º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC2005 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 5 -
CMYK 0 0.83 0.97 0.26
HSL 8.85º 0.95% 0.38% -
HSV(B) 8.85º 0.97% 0.74% -
XYZ 21.28 11.74 1.29 -
YUV 75.57 88.18 208.2 -
System Red Green Blue C M Y K H S L
Decimal 188 32 5 0 0.83 0.97 0.26 8.85 0.95 0.38
Hex BC 20 5 0 53 61 1A 9 5F 26
Octal 274 40 5 0 123 141 32 11 137 46
Binary 10111100 100000 101 0 1010011 1100001 11010 1001 1011111 100110

Color Harmonies of #BC2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2005

Black with #BC2005

Text Example


Text Example

White with #BC2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2005; }

 p { color: rgb(188,32,5); }

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

background-color css

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

 a { background-color: rgb(188,32,5); }

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

border-color css

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

 span { border-color: rgb(188,32,5); }

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