Html Css Color HEX #BC310F Harley Davidson Orange

📋 copy color: '#BC310F'

red 188 ◦ green 49 ◦ blue 15

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

Shades of Harley Davidson Orange #BC310F

Tints of Harley Davidson Orange #BC310F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 74.6%
G = 19.44%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC310F (or 0xBC310F) is known color: Harley Davidson Orange. HEX triplet: BC, 31 and 0F. RGB value is (188,49,15). Sum of RGB (Red+Green+Blue) = 188+49+15=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC310F is #43CEF0. Grayscale: #565656. Windows color (decimal): -4443889 or 995772. OLE color: 995772.

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

Color convert

RGB 188 49 15 -
CMYK 0 0.74 0.92 0.26
HSL 11.79º 0.85% 0.4% -
HSV(B) 11.79º 0.92% 0.74% -
XYZ 21.92 12.92 1.79 -
YUV 86.69 87.55 200.26 -
System Red Green Blue C M Y K H S L
Decimal 188 49 15 0 0.74 0.92 0.26 11.79 0.85 0.4
Hex BC 31 F 0 4A 5C 1A C 55 28
Octal 274 61 17 0 112 134 32 14 125 50
Binary 10111100 110001 1111 0 1001010 1011100 11010 1100 1010101 101000

Color Harmonies of #BC310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC310F

Black with #BC310F

Text Example


Text Example

White with #BC310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC310F; }

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

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

background-color css

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

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

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

border-color css

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

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

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