Html Css Color HEX #BC3015 Harley Davidson Orange

📋 copy color: '#BC3015'

red 188 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #BC3015

Tints of Harley Davidson Orange #BC3015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 73.15%
G = 18.68%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC3015 (or 0xBC3015) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 15. RGB value is (188,48,21). Sum of RGB (Red+Green+Blue) = 188+48+21=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3015 is #43CFEA. Grayscale: #575757. Windows color (decimal): -4444139 or 1388732. OLE color: 1388732.

HSL color Cylindrical-coordinate representation of color #BC3015: hue angle of 9.7º degrees, saturation: 0.8, 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 #BC3015 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 21 -
CMYK 0 0.74 0.89 0.26
HSL 9.7º 0.8% 0.41% -
HSV(B) 9.7º 0.89% 0.74% -
XYZ 21.93 12.86 2.04 -
YUV 86.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 188 48 21 0 0.74 0.89 0.26 9.7 0.8 0.41
Hex BC 30 15 0 4A 59 1A A 50 29
Octal 274 60 25 0 112 131 32 12 120 51
Binary 10111100 110000 10101 0 1001010 1011001 11010 1010 1010000 101001

Color Harmonies of #BC3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3015

Black with #BC3015

Text Example


Text Example

White with #BC3015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3015; }

 p { color: rgb(188,48,21); }

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

background-color css

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

 a { background-color: rgb(188,48,21); }

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

border-color css

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

 span { border-color: rgb(188,48,21); }

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