Html Css Color HEX #BC2904 Harley Davidson Orange

📋 copy color: '#BC2904'

red 188 ◦ green 41 ◦ blue 4

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

Shades of Harley Davidson Orange #BC2904

Tints of Harley Davidson Orange #BC2904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.6%

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

R = 80.69%
G = 17.6%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC2904 (or 0xBC2904) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 04. RGB value is (188,41,4). Sum of RGB (Red+Green+Blue) = 188+41+4=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2904 is #43D6FB. Grayscale: #515151. Windows color (decimal): -4445948 or 272828. OLE color: 272828.

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

Color convert

RGB 188 41 4 -
CMYK 0 0.78 0.98 0.26
HSL 12.07º 0.96% 0.38% -
HSV(B) 12.07º 0.98% 0.74% -
XYZ 21.55 12.29 1.35 -
YUV 80.74 84.7 204.51 -
System Red Green Blue C M Y K H S L
Decimal 188 41 4 0 0.78 0.98 0.26 12.07 0.96 0.38
Hex BC 29 4 0 4E 62 1A C 60 26
Octal 274 51 4 0 116 142 32 14 140 46
Binary 10111100 101001 100 0 1001110 1100010 11010 1100 1100000 100110

Color Harmonies of #BC2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2904

Black with #BC2904

Text Example


Text Example

White with #BC2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2904; }

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

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

background-color css

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

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

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

border-color css

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

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

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