Html Css Color HEX #BC2606 Harley Davidson Orange

📋 copy color: '#BC2606'

red 188 ◦ green 38 ◦ blue 6

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

Shades of Harley Davidson Orange #BC2606

Tints of Harley Davidson Orange #BC2606

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 81.03%
G = 16.38%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC2606 (or 0xBC2606) is known color: Harley Davidson Orange. HEX triplet: BC, 26 and 06. RGB value is (188,38,6). Sum of RGB (Red+Green+Blue) = 188+38+6=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2606 is #43D9F9. Grayscale: #4F4F4F. Windows color (decimal): -4446714 or 403132. OLE color: 403132.

HSL color Cylindrical-coordinate representation of color #BC2606: hue angle of 10.55º degrees, saturation: 0.94, 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 #BC2606 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 38 6 -
CMYK 0 0.80 0.97 0.26
HSL 10.55º 0.94% 0.38% -
HSV(B) 10.55º 0.97% 0.74% -
XYZ 21.47 12.09 1.37 -
YUV 79.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 188 38 6 0 0.80 0.97 0.26 10.55 0.94 0.38
Hex BC 26 6 0 50 61 1A B 5E 26
Octal 274 46 6 0 120 141 32 13 136 46
Binary 10111100 100110 110 0 1010000 1100001 11010 1011 1011110 100110

Color Harmonies of #BC2606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2606

Black with #BC2606

Text Example


Text Example

White with #BC2606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2606; }

 p { color: rgb(188,38,6); }

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

background-color css

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

 a { background-color: rgb(188,38,6); }

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

border-color css

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

 span { border-color: rgb(188,38,6); }

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