Html Css Color HEX #BC2714 Harley Davidson Orange

📋 copy color: '#BC2714'

red 188 ◦ green 39 ◦ blue 20

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

Shades of Harley Davidson Orange #BC2714

Tints of Harley Davidson Orange #BC2714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.79%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 76.11%
G = 15.79%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC2714 (or 0xBC2714) is known color: Harley Davidson Orange. HEX triplet: BC, 27 and 14. RGB value is (188,39,20). Sum of RGB (Red+Green+Blue) = 188+39+20=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2714 is #43D8EB. Grayscale: #515151. Windows color (decimal): -4446444 or 1320892. OLE color: 1320892.

HSL color Cylindrical-coordinate representation of color #BC2714: hue angle of 6.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC2714 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 39 20 -
CMYK 0 0.79 0.89 0.26
HSL 6.79º 0.81% 0.41% -
HSV(B) 6.79º 0.89% 0.74% -
XYZ 21.59 12.19 1.88 -
YUV 81.39 93.36 204.04 -
System Red Green Blue C M Y K H S L
Decimal 188 39 20 0 0.79 0.89 0.26 6.79 0.81 0.41
Hex BC 27 14 0 4F 59 1A 7 51 29
Octal 274 47 24 0 117 131 32 7 121 51
Binary 10111100 100111 10100 0 1001111 1011001 11010 111 1010001 101001

Color Harmonies of #BC2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2714

Black with #BC2714

Text Example


Text Example

White with #BC2714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2714; }

 p { color: rgb(188,39,20); }

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

background-color css

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

 a { background-color: rgb(188,39,20); }

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

border-color css

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

 span { border-color: rgb(188,39,20); }

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