Html Css Color HEX #BC311F Harley Davidson Orange

📋 copy color: '#BC311F'

red 188 ◦ green 49 ◦ blue 31

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

Shades of Harley Davidson Orange #BC311F

Tints of Harley Davidson Orange #BC311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 70.15%
G = 18.28%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC311F (or 0xBC311F) is known color: Harley Davidson Orange. HEX triplet: BC, 31 and 1F. RGB value is (188,49,31). Sum of RGB (Red+Green+Blue) = 188+49+31=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC311F is #43CEE0. Grayscale: #585858. Windows color (decimal): -4443873 or 2044348. OLE color: 2044348.

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

Color convert

RGB 188 49 31 -
CMYK 0 0.74 0.84 0.26
HSL 6.88º 0.72% 0.43% -
HSV(B) 6.88º 0.84% 0.74% -
XYZ 22.08 12.99 2.64 -
YUV 88.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 188 49 31 0 0.74 0.84 0.26 6.88 0.72 0.43
Hex BC 31 1F 0 4A 54 1A 7 48 2B
Octal 274 61 37 0 112 124 32 7 110 53
Binary 10111100 110001 11111 0 1001010 1010100 11010 111 1001000 101011

Color Harmonies of #BC311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC311F

Black with #BC311F

Text Example


Text Example

White with #BC311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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