Html Css Color HEX #BC2206 Harley Davidson Orange

📋 copy color: '#BC2206'

red 188 ◦ green 34 ◦ blue 6

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

Shades of Harley Davidson Orange #BC2206

Tints of Harley Davidson Orange #BC2206

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.91%

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

R = 82.46%
G = 14.91%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC2206 (or 0xBC2206) is known color: Harley Davidson Orange. HEX triplet: BC, 22 and 06. RGB value is (188,34,6). Sum of RGB (Red+Green+Blue) = 188+34+6=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2206 is #43DDF9. Grayscale: #4D4D4D. Windows color (decimal): -4447738 or 402108. OLE color: 402108.

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

Color convert

RGB 188 34 6 -
CMYK 0 0.82 0.97 0.26
HSL 9.23º 0.94% 0.38% -
HSV(B) 9.23º 0.97% 0.74% -
XYZ 21.34 11.85 1.33 -
YUV 76.85 88.02 207.28 -
System Red Green Blue C M Y K H S L
Decimal 188 34 6 0 0.82 0.97 0.26 9.23 0.94 0.38
Hex BC 22 6 0 52 61 1A 9 5E 26
Octal 274 42 6 0 122 141 32 11 136 46
Binary 10111100 100010 110 0 1010010 1100001 11010 1001 1011110 100110

Color Harmonies of #BC2206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2206

Black with #BC2206

Text Example


Text Example

White with #BC2206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2206; }

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

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

background-color css

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

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

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

border-color css

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

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

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