Html Css Color HEX #BC2906 Harley Davidson Orange

📋 copy color: '#BC2906'

red 188 ◦ green 41 ◦ blue 6

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

Shades of Harley Davidson Orange #BC2906

Tints of Harley Davidson Orange #BC2906

RGB

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

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

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

R = 80%
G = 17.45%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC2906 (or 0xBC2906) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 06. RGB value is (188,41,6). Sum of RGB (Red+Green+Blue) = 188+41+6=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2906 is #43D6F9. Grayscale: #515151. Windows color (decimal): -4445946 or 403900. OLE color: 403900.

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

Color convert

RGB 188 41 6 -
CMYK 0 0.78 0.97 0.26
HSL 11.54º 0.94% 0.38% -
HSV(B) 11.54º 0.97% 0.74% -
XYZ 21.56 12.29 1.41 -
YUV 80.96 85.7 204.35 -
System Red Green Blue C M Y K H S L
Decimal 188 41 6 0 0.78 0.97 0.26 11.54 0.94 0.38
Hex BC 29 6 0 4E 61 1A C 5E 26
Octal 274 51 6 0 116 141 32 14 136 46
Binary 10111100 101001 110 0 1001110 1100001 11010 1100 1011110 100110

Color Harmonies of #BC2906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2906

Black with #BC2906

Text Example


Text Example

White with #BC2906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2906; }

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

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

background-color css

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

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

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

border-color css

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

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

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