Html Css Color HEX #BC310B Harley Davidson Orange

📋 copy color: '#BC310B'

red 188 ◦ green 49 ◦ blue 11

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

Shades of Harley Davidson Orange #BC310B

Tints of Harley Davidson Orange #BC310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.44%

R = 75.81%
G = 19.76%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC310B (or 0xBC310B) is known color: Harley Davidson Orange. HEX triplet: BC, 31 and 0B. RGB value is (188,49,11). Sum of RGB (Red+Green+Blue) = 188+49+11=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC310B is #43CEF4. Grayscale: #565656. Windows color (decimal): -4443893 or 733628. OLE color: 733628.

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

Color convert

RGB 188 49 11 -
CMYK 0 0.74 0.94 0.26
HSL 12.88º 0.89% 0.39% -
HSV(B) 12.88º 0.94% 0.74% -
XYZ 21.9 12.91 1.65 -
YUV 86.23 85.55 200.59 -
System Red Green Blue C M Y K H S L
Decimal 188 49 11 0 0.74 0.94 0.26 12.88 0.89 0.39
Hex BC 31 B 0 4A 5E 1A D 59 27
Octal 274 61 13 0 112 136 32 15 131 47
Binary 10111100 110001 1011 0 1001010 1011110 11010 1101 1011001 100111

Color Harmonies of #BC310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC310B

Black with #BC310B

Text Example


Text Example

White with #BC310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC310B; }

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

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

background-color css

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

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

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

border-color css

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

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

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