Html Css Color HEX #BC2306 Harley Davidson Orange

📋 copy color: '#BC2306'

red 188 ◦ green 35 ◦ blue 6

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

Shades of Harley Davidson Orange #BC2306

Tints of Harley Davidson Orange #BC2306

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

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

R = 82.1%
G = 15.28%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC2306 (or 0xBC2306) is known color: Harley Davidson Orange. HEX triplet: BC, 23 and 06. RGB value is (188,35,6). Sum of RGB (Red+Green+Blue) = 188+35+6=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2306 is #43DCF9. Grayscale: #4D4D4D. Windows color (decimal): -4447482 or 402364. OLE color: 402364.

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

Color convert

RGB 188 35 6 -
CMYK 0 0.81 0.97 0.26
HSL 9.56º 0.94% 0.38% -
HSV(B) 9.56º 0.97% 0.74% -
XYZ 21.37 11.91 1.34 -
YUV 77.44 87.69 206.86 -
System Red Green Blue C M Y K H S L
Decimal 188 35 6 0 0.81 0.97 0.26 9.56 0.94 0.38
Hex BC 23 6 0 51 61 1A A 5E 26
Octal 274 43 6 0 121 141 32 12 136 46
Binary 10111100 100011 110 0 1010001 1100001 11010 1010 1011110 100110

Color Harmonies of #BC2306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2306

Black with #BC2306

Text Example


Text Example

White with #BC2306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2306; }

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

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

background-color css

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

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

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

border-color css

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

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

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