Html Css Color HEX #BC2204 Harley Davidson Orange

📋 copy color: '#BC2204'

red 188 ◦ green 34 ◦ blue 4

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

Shades of Harley Davidson Orange #BC2204

Tints of Harley Davidson Orange #BC2204

RGB

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

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

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

R = 83.19%
G = 15.04%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC2204 (or 0xBC2204) is known color: Harley Davidson Orange. HEX triplet: BC, 22 and 04. RGB value is (188,34,4). Sum of RGB (Red+Green+Blue) = 188+34+4=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2204 is #43DDFB. Grayscale: #4C4C4C. Windows color (decimal): -4447740 or 271036. OLE color: 271036.

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

Color convert

RGB 188 34 4 -
CMYK 0 0.82 0.98 0.26
HSL 9.78º 0.96% 0.38% -
HSV(B) 9.78º 0.98% 0.74% -
XYZ 21.33 11.84 1.28 -
YUV 76.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 188 34 4 0 0.82 0.98 0.26 9.78 0.96 0.38
Hex BC 22 4 0 52 62 1A A 60 26
Octal 274 42 4 0 122 142 32 12 140 46
Binary 10111100 100010 100 0 1010010 1100010 11010 1010 1100000 100110

Color Harmonies of #BC2204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2204

Black with #BC2204

Text Example


Text Example

White with #BC2204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2204; }

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

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

background-color css

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

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

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

border-color css

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

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

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