Html Css Color HEX #BC2D04 Harley Davidson Orange

📋 copy color: '#BC2D04'

red 188 ◦ green 45 ◦ blue 4

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

Shades of Harley Davidson Orange #BC2D04

Tints of Harley Davidson Orange #BC2D04

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

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

R = 79.32%
G = 18.99%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC2D04 (or 0xBC2D04) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 04. RGB value is (188,45,4). Sum of RGB (Red+Green+Blue) = 188+45+4=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D04 is #43D2FB. Grayscale: #535353. Windows color (decimal): -4444924 or 273852. OLE color: 273852.

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

Color convert

RGB 188 45 4 -
CMYK 0 0.76 0.98 0.26
HSL 13.37º 0.96% 0.38% -
HSV(B) 13.37º 0.98% 0.74% -
XYZ 21.7 12.58 1.4 -
YUV 83.08 83.38 202.83 -
System Red Green Blue C M Y K H S L
Decimal 188 45 4 0 0.76 0.98 0.26 13.37 0.96 0.38
Hex BC 2D 4 0 4C 62 1A D 60 26
Octal 274 55 4 0 114 142 32 15 140 46
Binary 10111100 101101 100 0 1001100 1100010 11010 1101 1100000 100110

Color Harmonies of #BC2D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D04

Black with #BC2D04

Text Example


Text Example

White with #BC2D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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