Html Css Color HEX #BC3011 Harley Davidson Orange

📋 copy color: '#BC3011'

red 188 ◦ green 48 ◦ blue 17

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

Shades of Harley Davidson Orange #BC3011

Tints of Harley Davidson Orange #BC3011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.72%

R = 74.31%
G = 18.97%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC3011 (or 0xBC3011) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 11. RGB value is (188,48,17). Sum of RGB (Red+Green+Blue) = 188+48+17=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3011 is #43CFEE. Grayscale: #565656. Windows color (decimal): -4444143 or 1126588. OLE color: 1126588.

HSL color Cylindrical-coordinate representation of color #BC3011: hue angle of 10.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC3011 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 17 -
CMYK 0 0.74 0.91 0.26
HSL 10.88º 0.83% 0.4% -
HSV(B) 10.88º 0.91% 0.74% -
XYZ 21.9 12.85 1.86 -
YUV 86.33 88.88 200.52 -
System Red Green Blue C M Y K H S L
Decimal 188 48 17 0 0.74 0.91 0.26 10.88 0.83 0.4
Hex BC 30 11 0 4A 5B 1A B 53 28
Octal 274 60 21 0 112 133 32 13 123 50
Binary 10111100 110000 10001 0 1001010 1011011 11010 1011 1010011 101000

Color Harmonies of #BC3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3011

Black with #BC3011

Text Example


Text Example

White with #BC3011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3011; }

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

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

background-color css

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

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

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

border-color css

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

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

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