Html Css Color HEX #BC3116 Harley Davidson Orange

📋 copy color: '#BC3116'

red 188 ◦ green 49 ◦ blue 22

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

Shades of Harley Davidson Orange #BC3116

Tints of Harley Davidson Orange #BC3116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.92%

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 72.59%
G = 18.92%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC3116 (or 0xBC3116) is known color: Harley Davidson Orange. HEX triplet: BC, 31 and 16. RGB value is (188,49,22). Sum of RGB (Red+Green+Blue) = 188+49+22=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3116 is #43CEE9. Grayscale: #575757. Windows color (decimal): -4443882 or 1454524. OLE color: 1454524.

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

Color convert

RGB 188 49 22 -
CMYK 0 0.74 0.88 0.26
HSL 9.76º 0.79% 0.41% -
HSV(B) 9.76º 0.88% 0.74% -
XYZ 21.98 12.95 2.1 -
YUV 87.48 91.05 199.7 -
System Red Green Blue C M Y K H S L
Decimal 188 49 22 0 0.74 0.88 0.26 9.76 0.79 0.41
Hex BC 31 16 0 4A 58 1A A 4F 29
Octal 274 61 26 0 112 130 32 12 117 51
Binary 10111100 110001 10110 0 1001010 1011000 11010 1010 1001111 101001

Color Harmonies of #BC3116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3116

Black with #BC3116

Text Example


Text Example

White with #BC3116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3116; }

 p { color: rgb(188,49,22); }

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

background-color css

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

 a { background-color: rgb(188,49,22); }

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

border-color css

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

 span { border-color: rgb(188,49,22); }

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