Html Css Color HEX #BC2804 Harley Davidson Orange

📋 copy color: '#BC2804'

red 188 ◦ green 40 ◦ blue 4

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

Shades of Harley Davidson Orange #BC2804

Tints of Harley Davidson Orange #BC2804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

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

R = 81.03%
G = 17.24%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC2804 (or 0xBC2804) is known color: Harley Davidson Orange. HEX triplet: BC, 28 and 04. RGB value is (188,40,4). Sum of RGB (Red+Green+Blue) = 188+40+4=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2804 is #43D7FB. Grayscale: #505050. Windows color (decimal): -4446204 or 272572. OLE color: 272572.

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

Color convert

RGB 188 40 4 -
CMYK 0 0.79 0.98 0.26
HSL 11.74º 0.96% 0.38% -
HSV(B) 11.74º 0.98% 0.74% -
XYZ 21.52 12.22 1.34 -
YUV 80.15 85.03 204.93 -
System Red Green Blue C M Y K H S L
Decimal 188 40 4 0 0.79 0.98 0.26 11.74 0.96 0.38
Hex BC 28 4 0 4F 62 1A C 60 26
Octal 274 50 4 0 117 142 32 14 140 46
Binary 10111100 101000 100 0 1001111 1100010 11010 1100 1100000 100110

Color Harmonies of #BC2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2804

Black with #BC2804

Text Example


Text Example

White with #BC2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2804; }

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

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

background-color css

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

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

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

border-color css

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

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

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