Html Css Color HEX #BC2D19 Harley Davidson Orange

📋 copy color: '#BC2D19'

red 188 ◦ green 45 ◦ blue 25

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

Shades of Harley Davidson Orange #BC2D19

Tints of Harley Davidson Orange #BC2D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 72.87%
G = 17.44%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC2D19 (or 0xBC2D19) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 19. RGB value is (188,45,25). Sum of RGB (Red+Green+Blue) = 188+45+25=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D19 is #43D2E6. Grayscale: #555555. Windows color (decimal): -4444903 or 1650108. OLE color: 1650108.

HSL color Cylindrical-coordinate representation of color #BC2D19: hue angle of 7.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC2D19 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 45 25 -
CMYK 0 0.76 0.87 0.26
HSL 7.36º 0.77% 0.42% -
HSV(B) 7.36º 0.87% 0.74% -
XYZ 21.85 12.64 2.21 -
YUV 85.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 188 45 25 0 0.76 0.87 0.26 7.36 0.77 0.42
Hex BC 2D 19 0 4C 57 1A 7 4D 2A
Octal 274 55 31 0 114 127 32 7 115 52
Binary 10111100 101101 11001 0 1001100 1010111 11010 111 1001101 101010

Color Harmonies of #BC2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D19

Black with #BC2D19

Text Example


Text Example

White with #BC2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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