Html Css Color HEX #BC3514 Harley Davidson Orange

📋 copy color: '#BC3514'

red 188 ◦ green 53 ◦ blue 20

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

Shades of Harley Davidson Orange #BC3514

Tints of Harley Davidson Orange #BC3514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.31%

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

R = 72.03%
G = 20.31%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC3514 (or 0xBC3514) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 14. RGB value is (188,53,20). Sum of RGB (Red+Green+Blue) = 188+53+20=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3514 is #43CAEB. Grayscale: #595959. Windows color (decimal): -4442860 or 1324476. OLE color: 1324476.

HSL color Cylindrical-coordinate representation of color #BC3514: hue angle of 11.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 #BC3514 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 20 -
CMYK 0 0.72 0.89 0.26
HSL 11.79º 0.81% 0.41% -
HSV(B) 11.79º 0.89% 0.74% -
XYZ 22.14 13.29 2.06 -
YUV 89.6 88.73 198.18 -
System Red Green Blue C M Y K H S L
Decimal 188 53 20 0 0.72 0.89 0.26 11.79 0.81 0.41
Hex BC 35 14 0 48 59 1A C 51 29
Octal 274 65 24 0 110 131 32 14 121 51
Binary 10111100 110101 10100 0 1001000 1011001 11010 1100 1010001 101001

Color Harmonies of #BC3514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3514

Black with #BC3514

Text Example


Text Example

White with #BC3514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3514; }

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

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

background-color css

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

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

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

border-color css

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

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

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