Html Css Color HEX #BC2304 Harley Davidson Orange

📋 copy color: '#BC2304'

red 188 ◦ green 35 ◦ blue 4

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

Shades of Harley Davidson Orange #BC2304

Tints of Harley Davidson Orange #BC2304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.76%

R = 82.82%
G = 15.42%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC2304 (or 0xBC2304) is known color: Harley Davidson Orange. HEX triplet: BC, 23 and 04. RGB value is (188,35,4). Sum of RGB (Red+Green+Blue) = 188+35+4=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2304 is #43DCFB. Grayscale: #4D4D4D. Windows color (decimal): -4447484 or 271292. OLE color: 271292.

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

Color convert

RGB 188 35 4 -
CMYK 0 0.81 0.98 0.26
HSL 10.11º 0.96% 0.38% -
HSV(B) 10.11º 0.98% 0.74% -
XYZ 21.36 11.9 1.29 -
YUV 77.21 86.69 207.02 -
System Red Green Blue C M Y K H S L
Decimal 188 35 4 0 0.81 0.98 0.26 10.11 0.96 0.38
Hex BC 23 4 0 51 62 1A A 60 26
Octal 274 43 4 0 121 142 32 12 140 46
Binary 10111100 100011 100 0 1010001 1100010 11010 1010 1100000 100110

Color Harmonies of #BC2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2304

Black with #BC2304

Text Example


Text Example

White with #BC2304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2304; }

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

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

background-color css

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

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

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

border-color css

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

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

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