Html Css Color HEX #BC2B19 Harley Davidson Orange

📋 copy color: '#BC2B19'

red 188 ◦ green 43 ◦ blue 25

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

Shades of Harley Davidson Orange #BC2B19

Tints of Harley Davidson Orange #BC2B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

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

R = 73.44%
G = 16.8%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC2B19 (or 0xBC2B19) is known color: Harley Davidson Orange. HEX triplet: BC, 2B and 19. RGB value is (188,43,25). Sum of RGB (Red+Green+Blue) = 188+43+25=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B19 is #43D4E6. Grayscale: #545454. Windows color (decimal): -4445415 or 1649596. OLE color: 1649596.

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

Color convert

RGB 188 43 25 -
CMYK 0 0.77 0.87 0.26
HSL 6.63º 0.77% 0.42% -
HSV(B) 6.63º 0.87% 0.74% -
XYZ 21.78 12.49 2.18 -
YUV 84.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 188 43 25 0 0.77 0.87 0.26 6.63 0.77 0.42
Hex BC 2B 19 0 4D 57 1A 7 4D 2A
Octal 274 53 31 0 115 127 32 7 115 52
Binary 10111100 101011 11001 0 1001101 1010111 11010 111 1001101 101010

Color Harmonies of #BC2B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B19

Black with #BC2B19

Text Example


Text Example

White with #BC2B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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